1 override of GetElementById
System.Data (1)
fx\src\data\System\NewXml\XmlDataDocument.cs (1)
2722
public override XmlElement
GetElementById
( string elemId ) {
1 reference to GetElementById
System.Xml (1)
System\Xml\Dom\DocumentXPathNavigator.cs (1)
743
XmlElement element = document.
GetElementById
(id);