1 override of GetXPAttribute
System.Private.Xml (1)
System\Xml\Dom\XmlElement.cs (1)
636internal override string GetXPAttribute(string localName, string ns)
1 reference to GetXPAttribute
System.Private.Xml (1)
System\Xml\Dom\DocumentXPathNavigator.cs (1)
286return _source.GetXPAttribute(localName, namespaceURI);