7 references to LookupPrefix
System.Xaml (7)
System\Xaml\XamlMarkupExtensionWriter.cs (2)
95
string prefix = xamlXmlWriter.
LookupPrefix
(type.GetXamlNamespaces(), out _);
112
string prefix = xamlXmlWriter.
LookupPrefix
(property.GetXamlNamespaces(), out _);
System\Xaml\XamlXmlWriter.cs (5)
411
string prefix =
LookupPrefix
(namespaces, out chosenNamespace);
559
string prefix =
LookupPrefix
(namespaces, out chosenNamespace);
585
string prefix =
LookupPrefix
(type.GetXamlNamespaces(), out chosenNamespace);
634
string prefix =
LookupPrefix
(type.GetXamlNamespaces(), out _);
1151
string prefix = writer.
LookupPrefix
(property.GetXamlNamespaces(), out chosenNamespace);