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