Base:
property
NodeType
System.Xml.XPath.XPathNavigator.NodeType
4 references to NodeType
System.Xml (4)
System\Xml\Cache\XPathDocumentIterator.cs (2)
167if (root.NodeType != XPathNodeType.Root) { 228if (root.NodeType != XPathNodeType.Root) {
System\Xml\Cache\XPathDocumentNavigator.cs (2)
860if (this.idxParent != 0 && NodeType == XPathNodeType.Text) 873if (this.idxParent != 0 && NodeType == XPathNodeType.Text)