12 references to GetXamlNamespaces
PresentationFramework (1)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2032IList<string> xamlNamespaces = type.GetXamlNamespaces();
System.Xaml (11)
System\Xaml\Context\XamlContext.cs (2)
168|| (tagNamespace == null && propUsageNamespace != null && tagType.GetXamlNamespaces().Contains(propUsageNamespace))) 347!tagType.GetXamlNamespaces().Contains(propNs))
System\Xaml\XamlMarkupExtensionWriter.cs (1)
96string prefix = xamlXmlWriter.LookupPrefix(type.GetXamlNamespaces(), out _);
System\Xaml\XamlMember.cs (1)
336return DeclaringType.GetXamlNamespaces();
System\Xaml\XamlType.cs (1)
135IList<string> namespaces = GetXamlNamespaces();
System\Xaml\XamlTypeName.cs (1)
46Namespace = xamlType.GetXamlNamespaces()[0];
System\Xaml\XamlXmlWriter.cs (5)
551var namespaces = type.GetXamlNamespaces(); 578string prefix = LookupPrefix(type.GetXamlNamespaces(), out chosenNamespace); 627string prefix = LookupPrefix(type.GetXamlNamespaces(), out _); 814string prefix = property.IsAttachable || property.IsDirective ? writer.FindPrefix(property.GetXamlNamespaces(), out ns) : writer.FindPrefix(type.GetXamlNamespaces(), out ns); 864string prefix = writer.FindPrefix(type.GetXamlNamespaces(), out ns);