7 references to LookupPrefix
System.Xaml (7)
System\Xaml\XamlMarkupExtensionWriter.cs (2)
94
string prefix = xamlXmlWriter.
LookupPrefix
(type.GetXamlNamespaces(), out _);
111
string prefix = xamlXmlWriter.
LookupPrefix
(property.GetXamlNamespaces(), out _);
System\Xaml\XamlXmlWriter.cs (5)
409
string prefix =
LookupPrefix
(namespaces, out chosenNamespace);
557
string prefix =
LookupPrefix
(namespaces, out chosenNamespace);
583
string prefix =
LookupPrefix
(type.GetXamlNamespaces(), out chosenNamespace);
632
string prefix =
LookupPrefix
(type.GetXamlNamespaces(), out _);
1143
string prefix = writer.
LookupPrefix
(property.GetXamlNamespaces(), out chosenNamespace);