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