3 writes to curElem
System.Xml (3)
System\Xml\Dom\XmlElementList.cs (3)
36this.curElem = rootNode; 59this.curElem = rootNode; 205curElem = node;
3 references to curElem
System.Xml (3)
System\Xml\Dom\XmlElementList.cs (3)
197return curElem; 203if ( ( node = GetNthMatchingNode( curElem, bForward, nDiff ) ) != null ) { 206return curElem;