Is there a way to include namespaces in xaml so I don't have to write the extension?

Posted by Shimmy on Stack Overflow See other posts from Stack Overflow or by Shimmy
Published on 2010-03-11T04:38:40Z Indexed on 2010/03/11 4:39 UTC
Read the original article Hit count: 158

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about xaml

Related posts about namespaces