1 override of XmlLang
System.Private.Xml (1)
System\Xml\Dom\XmlAttribute.cs (1)
387internal override string XmlLang
3 references to XmlLang
System.Private.Xml (3)
System\Xml\Dom\DocumentXPathNavigator.cs (1)
249return _source.XmlLang;
System\Xml\Dom\XmlAttribute.cs (1)
392return OwnerElement.XmlLang;
System\Xml\Dom\XmlNodeReader.cs (1)
286get { return _curNode.XmlLang; }