Is there a way to include namespaces in xaml so I don't have to write the extension?
- by Shimmy
Is there a way to do 'using' in XAML i.e. declare a namespace and include it in the general xaml scope so I don't have to write namespace:Class, just Class.