Base:
property
NodeType
System.Xml.XPath.XPathNavigator.NodeType
4 references to NodeType
System.Private.Xml (4)
System\Xml\Cache\XPathDocumentIterator.cs (2)
185if (root.NodeType != XPathNodeType.Root) 254if (root.NodeType != XPathNodeType.Root)
System\Xml\Cache\XPathDocumentNavigator.cs (2)
961if (_idxParent != 0 && NodeType == XPathNodeType.Text) 976if (_idxParent != 0 && NodeType == XPathNodeType.Text)