1 override of GetXamlNamespaces
System.Xaml (1)
System\Xaml\Schema\XamlDirective.cs (1)
89public override IList<string> GetXamlNamespaces()
6 references to GetXamlNamespaces
System.Xaml (6)
System\Xaml\XamlMarkupExtensionWriter.cs (1)
112string prefix = xamlXmlWriter.LookupPrefix(property.GetXamlNamespaces(), out _);
System\Xaml\XamlMember.cs (1)
209IList<string> namespaces = GetXamlNamespaces();
System\Xaml\XamlXmlWriter.cs (4)
812string prefix = property.IsAttachable || property.IsDirective ? writer.FindPrefix(property.GetXamlNamespaces(), out ns) : writer.FindPrefix(type.GetXamlNamespaces(), out ns); 832string prefix = writer.FindPrefix(property.GetXamlNamespaces(), out ns); 839string prefix = writer.FindPrefix(property.GetXamlNamespaces(), out ns); 1129string prefix = writer.LookupPrefix(property.GetXamlNamespaces(), out chosenNamespace);