2 references to XmlNsPrefix
System.Xaml (2)
System\Xaml\Parser\XamlAttribute.cs (2)
120
if (KS.Eq(Name.Prefix, KnownStrings.
XmlNsPrefix
))
130
if (string.IsNullOrEmpty(Name.Prefix) && KS.Eq(Name.Name, KnownStrings.
XmlNsPrefix
))