8 overrides of HasAttributes
System.Data (1)
fx\src\data\System\NewXml\DataDocumentXPathNavigator.cs (1)
65public override bool HasAttributes { get { return _curNode.AttributeCount > 0; } }
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (2)
214public override bool HasAttributes 576public override bool HasAttributes
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (1)
204public override bool HasAttributes
System.Xml (3)
System\Xml\Cache\XPathDocumentNavigator.cs (1)
257public override bool HasAttributes {
System\Xml\Dom\DocumentXPathNavigator.cs (1)
222public override bool HasAttributes {
System\Xml\XPath\XPathNavigatorReader.cs (1)
1050public override bool HasAttributes {
System.Xml.Linq (1)
System\Xml\Linq\XNodeNavigator.cs (1)
71public override bool HasAttributes {
3 references to HasAttributes
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\CopyAttributesAction.cs (1)
34if (!frame.Node.HasAttributes || frame.Node.MoveToFirstAttribute() == false) {
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (2)
218return this.navigator.HasAttributes; 580return this.navigator.HasAttributes;