19 references to NodeType
System.Data (19)
fx\src\data\System\NewXml\DataDocumentXPathNavigator.cs (12)
37public override XPathNodeType NodeType { get { return _curNode.NodeType; } } 49XPathNodeType xnt = _curNode.NodeType; 68if ( _curNode.NodeType != XPathNodeType.Element ) 83if ( _curNode.NodeType != XPathNodeType.Element ) 89if ( _curNode.NodeType != XPathNodeType.Element ) 95if ( _curNode.NodeType != XPathNodeType.Namespace ) 102if ( _curNode.NodeType != XPathNodeType.Element ) 108if ( _curNode.NodeType != XPathNodeType.Element ) 114if ( _curNode.NodeType != XPathNodeType.Attribute ) 122if ( _curNode.NodeType == XPathNodeType.Attribute ) 128if ( _curNode.NodeType == XPathNodeType.Attribute ) 134if ( _curNode.NodeType == XPathNodeType.Attribute )
fx\src\data\System\NewXml\XPathNodePointer.cs (7)
885if ( NodeType == XPathNodeType.Namespace ) { 987if ( this.NodeType == XPathNodeType.Namespace && other.NodeType == XPathNodeType.Namespace ) { 994else if ( this.NodeType == XPathNodeType.Namespace ) { 995Debug.Assert( other.NodeType != XPathNodeType.Namespace ); 1007else if ( other.NodeType == XPathNodeType.Namespace ) { 1008Debug.Assert( this.NodeType != XPathNodeType.Namespace );