1 override of GetXamlNamespaces
System.Xaml (1)
System\Xaml\Schema\XamlDirective.cs (1)
88public override IList<string> GetXamlNamespaces()
6 references to GetXamlNamespaces
System.Xaml (6)
System\Xaml\XamlMarkupExtensionWriter.cs (1)
111string prefix = xamlXmlWriter.LookupPrefix(property.GetXamlNamespaces(), out _);
System\Xaml\XamlMember.cs (1)
212IList<string> namespaces = GetXamlNamespaces();
System\Xaml\XamlXmlWriter.cs (4)
824string prefix = property.IsAttachable || property.IsDirective ? writer.FindPrefix(property.GetXamlNamespaces(), out ns) : writer.FindPrefix(type.GetXamlNamespaces(), out ns); 844string prefix = writer.FindPrefix(property.GetXamlNamespaces(), out ns); 851string prefix = writer.FindPrefix(property.GetXamlNamespaces(), out ns); 1143string prefix = writer.LookupPrefix(property.GetXamlNamespaces(), out chosenNamespace);