WPF - How do I expose namespaces throughout a project
- by Mark Pearl
Sorry... I hope this isnt a really dumb question... but I couldnt find the answer anywhere. I have a WPF application, in each of my usercontrols / windows I am currently putting the following code in xaml in the header...
xmlns:properties="clr-namespace:MaxCut2.Properties"
This particular properties namespace I use in every window / usercontrol…