1 override of GetXamlNamespaces
System.Xaml (1)
System\Xaml\Schema\XamlDirective.cs (1)
91public override IList<string> GetXamlNamespaces()
6 references to GetXamlNamespaces
System.Xaml (6)
System\Xaml\XamlMarkupExtensionWriter.cs (1)
113string prefix = xamlXmlWriter.LookupPrefix(property.GetXamlNamespaces(), out _);
System\Xaml\XamlMember.cs (1)
212IList<string> namespaces = GetXamlNamespaces();
System\Xaml\XamlXmlWriter.cs (4)
814string prefix = property.IsAttachable || property.IsDirective ? writer.FindPrefix(property.GetXamlNamespaces(), out ns) : writer.FindPrefix(type.GetXamlNamespaces(), out ns); 834string prefix = writer.FindPrefix(property.GetXamlNamespaces(), out ns); 841string prefix = writer.FindPrefix(property.GetXamlNamespaces(), out ns); 1131string prefix = writer.LookupPrefix(property.GetXamlNamespaces(), out chosenNamespace);