WPF XAML Namespace import
Posted
by Andrey Khataev
on Stack Overflow
See other posts from Stack Overflow
or by Andrey Khataev
Published on 2010-03-23T14:12:39Z
Indexed on
2010/03/24
20:53 UTC
Read the original article
Hit count: 417
prism
|xml-namespaces
I've found that in order to use PRISM's classes in XAML you need to import namespace in that way: xmlns:cal="http://www.codeplex.com/CompositeWPF" this way is new to me, so I wanted to know, how hyperlink could be alias of usual notation of namespace import? so the intellisence knows in which assembly it should search this component? Thanks!
© Stack Overflow or respective owner