19 references to IsNamespace
System.Private.Xml (19)
System\Xml\Dom\DocumentXPathNavigator.cs (18)
51
if (((XmlAttribute)node).
IsNamespace
)
115
&& attribute.
IsNamespace
)
133
if (((XmlAttribute)_source).
IsNamespace
)
154
&& attribute.
IsNamespace
)
274
if (!attribute.
IsNamespace
)
301
if (!attribute.
IsNamespace
)
326
if (!attribute.
IsNamespace
)
340
|| attribute.
IsNamespace
)
353
if (!attribute.
IsNamespace
)
531
if (attribute.
IsNamespace
)
567
|| !attribute.
IsNamespace
)
645
if (attribute.
IsNamespace
)
846
parent = attribute.
IsNamespace
? _namespaceParent : attribute.OwnerElement;
868
parent = attribute.
IsNamespace
? _namespaceParent : attribute.OwnerElement;
1666
if (attribute.
IsNamespace
)
1725
if (attribute.
IsNamespace
)
1820
if (attribute.
IsNamespace
)
1842
if (attribute.
IsNamespace
)
System\Xml\Dom\XmlAttribute.cs (1)
400
if (
IsNamespace
)