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