2 references to XmlNsPrefix
System.Xaml (2)
System\Xaml\Parser\XamlAttribute.cs (2)
124
if (KS.Eq(Name.Prefix, KnownStrings.
XmlNsPrefix
))
133
if (String.IsNullOrEmpty(Name.Prefix) && KS.Eq(Name.Name, KnownStrings.
XmlNsPrefix
))