12 references to GetXamlNamespaces
PresentationFramework (1)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2033IList<string> xamlNamespaces = type.GetXamlNamespaces();
System.Xaml (11)
System\Xaml\Context\XamlContext.cs (2)
171|| (tagNamespace is null && propUsageNamespace is not null && tagType.GetXamlNamespaces().Contains(propUsageNamespace))) 359!tagType.GetXamlNamespaces().Contains(propNs))
System\Xaml\XamlMarkupExtensionWriter.cs (1)
94string prefix = xamlXmlWriter.LookupPrefix(type.GetXamlNamespaces(), out _);
System\Xaml\XamlMember.cs (1)
345return DeclaringType.GetXamlNamespaces();
System\Xaml\XamlType.cs (1)
134IList<string> namespaces = GetXamlNamespaces();
System\Xaml\XamlTypeName.cs (1)
43Namespace = xamlType.GetXamlNamespaces()[0];
System\Xaml\XamlXmlWriter.cs (5)
556var namespaces = type.GetXamlNamespaces(); 583string prefix = LookupPrefix(type.GetXamlNamespaces(), out chosenNamespace); 632string prefix = LookupPrefix(type.GetXamlNamespaces(), out _); 824string prefix = property.IsAttachable || property.IsDirective ? writer.FindPrefix(property.GetXamlNamespaces(), out ns) : writer.FindPrefix(type.GetXamlNamespaces(), out ns); 875string prefix = writer.FindPrefix(type.GetXamlNamespaces(), out ns);