Just wondering, any way we can use inheritance in the namespace section of a WPF user control. The problem statement is, I end up copy and pasting following block of xaml lines in all my views, Is there some mechanism to put this namespace declarations in some file and derive in all views?
xmlns:lex="http://wpflocalizeextension.codeplex.com"
lex:LocalizeDictionary.DesignCulture="en"
lex:ResxLocalizationProvider.DefaultAssembly="{StaticResource DefaultAssemblyName}"
lex:ResxLocalizationProvider.DefaultDictionary="Strings"