The importance of the position of Window.Resources element in WPF XAML markup
by Paul Kiddie • October 5, 2011 • 0 Comments
Got burnt by a little gotcha today writing a sample Windows Presentation Foundation (WPF) application. I was manually hooking up a WPF DataGrid control to a Entity Framework data source that was defined in another project, through a combination of XAML and code-behind. I had declared the DataGrid control as follows in Window.xaml: in which [...]
Read more →