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