7 references to LookupPrefix
System.Xaml (7)
System\Xaml\XamlMarkupExtensionWriter.cs (2)
96string prefix = xamlXmlWriter.LookupPrefix(type.GetXamlNamespaces(), out _); 113string prefix = xamlXmlWriter.LookupPrefix(property.GetXamlNamespaces(), out _);
System\Xaml\XamlXmlWriter.cs (5)
406string prefix = LookupPrefix(namespaces, out chosenNamespace); 552string prefix = LookupPrefix(namespaces, out chosenNamespace); 578string prefix = LookupPrefix(type.GetXamlNamespaces(), out chosenNamespace); 627string prefix = LookupPrefix(type.GetXamlNamespaces(), out _); 1131string prefix = writer.LookupPrefix(property.GetXamlNamespaces(), out chosenNamespace);