2 references to s_xmlNamespaces
System.Xaml (2)
System\Xaml\XamlLanguage.cs (2)
188public static IList<string> XmlNamespaces { get { return s_xmlNamespaces; } } 455XamlDirective result = new XamlDirective(s_xmlNamespaces, name, AllowedMemberLocations.Attribute, new MemberReflector(String, BuiltInValueConverter.String));