5 references to FindPrefix
System.Xaml (5)
System\Xaml\XamlXmlWriter.cs (5)
814
string prefix = property.IsAttachable || property.IsDirective ? writer.
FindPrefix
(property.GetXamlNamespaces(), out ns) : writer.
FindPrefix
(type.GetXamlNamespaces(), out ns);
834
string prefix = writer.
FindPrefix
(property.GetXamlNamespaces(), out ns);
841
string prefix = writer.
FindPrefix
(property.GetXamlNamespaces(), out ns);
864
string prefix = writer.
FindPrefix
(type.GetXamlNamespaces(), out ns);