Fixed missing namespace prefix on properties that is set as elements on types outside default XAML namespace.
Fixing this in CreatePropertyElement method also fixed another bug for AddChildNodeToProperty method that was fixed earlier in InsertNodeInCollection method with commit comment as follows:
"Its WPF standard to use parent type name as prefix before the dot when declaring a property as XAML element, and NOT the name of the type that declares the property."
pull/53/merge
Tobias Gummesson13 years agocommitted bySiegfried Pammer