7 references to LookupPrefix
System.Xaml (7)
System\Xaml\XamlMarkupExtensionWriter.cs (2)
95string prefix = xamlXmlWriter.LookupPrefix(type.GetXamlNamespaces(), out _); 112string prefix = xamlXmlWriter.LookupPrefix(property.GetXamlNamespaces(), out _);
System\Xaml\XamlXmlWriter.cs (5)
404string prefix = LookupPrefix(namespaces, out chosenNamespace); 550string prefix = LookupPrefix(namespaces, out chosenNamespace); 576string prefix = LookupPrefix(type.GetXamlNamespaces(), out chosenNamespace); 625string prefix = LookupPrefix(type.GetXamlNamespaces(), out _); 1129string prefix = writer.LookupPrefix(property.GetXamlNamespaces(), out chosenNamespace);