1 override of GetElementById
System.Data.Common (1)
System\Xml\XmlDataDocument.cs (1)
3023
public override XmlElement?
GetElementById
(string elemId)
4 references to GetElementById
System.Private.Xml (1)
System\Xml\Dom\DocumentXPathNavigator.cs (1)
894
XmlElement? element = _document.
GetElementById
(id);
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\SignedXml.cs (3)
576
XmlElement? elem = document.
GetElementById
(idValue);
583
XmlElement? cloneElem = docClone.
GetElementById
(idValue);
595
XmlElement? cloneElem2 = docClone.
GetElementById
(idValue);