WPF is not able to resolve resources that are defined in another ResourceDictionary that was merged before the one that needs one of its resources.
Example:
App.xaml
> ModuleResources.xaml
> > Bru…
Created on 3/19/2013 (updated 4 weeks ago) | 0 validations | 0 workarounds | 2 comments | feedback id: 781727
|
|
The WPF TreeView holds the data bound object of the selected TreeViewItem in the memory. When the ItemsSource is cleared then this object should be freed as well but this does not happen.
The "Steps …
Created on 2/5/2013 (updated 2 weeks ago) | 5 validations | 1 workaround | 8 comments | feedback id: 778557
|
|
|
Closed
as Won't Fix
|
|
The WPF DataGrid becomes readonly after deleting an invalid row. The DataGrid is bound to an ObservableCollection.
The same is true for the Move operations (Move up/down).
Created on 1/29/2013 (updated 4 weeks ago) | 0 validations | 0 workarounds | 3 comments | feedback id: 777761
|
|
The WPF 4.5 Ribbon implementation comes with some visual issues. These issues were not seen with the “Microsoft Ribbon for WPF October 2010” (http://www.microsoft.com/en-us/download/details.aspx?id=11…
Created on 1/7/2013 (updated 1 week ago) | 1 validation | 1 workaround | 3 comments | feedback id: 775972
|
|
|
Closed
as Won't Fix
|
|
Our build servers are unable to find the “GraphCmd.exe” file after Visual Studio 2012 was installed on them. It worked with only Visual Studio 2010 installed (now both versions are installed – VS2010 …
Created on 10/23/2012 (updated 11 weeks ago) | 2 validations | 1 workaround | 7 comments | feedback id: 768379
|
|
|
Closed
as Won't Fix
|
|
A unit test with Assert.AreEqual(2.3, double.NaN, 0.1) passes but it should fail because 2.3 is not equal to double.NaN.
I believe that it should be handled by the AreEqual method because the behavi…
Created on 9/12/2012 (updated 4 weeks ago) | 0 validations | 0 workarounds | 6 comments | feedback id: 762286
|
|
|
Closed
as By Design
|
|
If a cell of the WPF DataGrid has a validation error then the DataGrid throws the following exception when we try to sort or filter the DataGrid:
System.InvalidOperationException was unhandled
Mes…
Created on 3/17/2012 (updated 28 weeks ago) | 0 validations | 0 workarounds | 5 comments | feedback id: 731764
|
|
|
Closed
as Not Reproducible
|
|
We need to support Windows XP SP3 because too much of our customers still run this outdated system. If the new .NET Framework 4.5 does not support Windows XP anymore we have to stick to .NET 4.0 for t…
Created on 3/12/2012 (updated 2 days ago) | 18 validations | 0 workarounds | 8 comments | feedback id: 730732
|
|
|
Closed
as By Design
|
|
I have experienced that my 64bit WPF applications took too much time at startup. This could also be seen with very simple WPF applications.
I have tested the 64bit WPF applications inside Visual Stu…
Created on 2/15/2012 (updated 58 weeks ago) | 0 validations | 0 workarounds | 6 comments | feedback id: 725108
|
|
|
Closed
as By Design
|
|
The Visual Studio C# auto-completion of event handlers (Tab-Tab key after writing +=) creates code as it is shown in Actual results. The created code has two minor flaws:
1. It is not necessary to i…
Created on 1/16/2012 (updated 55 weeks ago) | 0 validations | 0 workarounds | 3 comments | feedback id: 718804
|
|
|
Closed
as Fixed
|
|