19 references to IsNamespace
System.Xml (19)
System\Xml\Dom\DocumentXPathNavigator.cs (18)
49
if (((XmlAttribute)node).
IsNamespace
) {
103
&& attribute.
IsNamespace
) {
117
if (((XmlAttribute)source).
IsNamespace
) {
135
&& attribute.
IsNamespace
) {
230
if (!attribute.
IsNamespace
) {
252
if (!attribute.
IsNamespace
) {
273
if (!attribute.
IsNamespace
) {
286
|| attribute.
IsNamespace
) {
296
if (!attribute.
IsNamespace
) {
445
if (attribute.
IsNamespace
) {
475
|| !attribute.
IsNamespace
) {
540
if (attribute.
IsNamespace
) {
702
parent = attribute.
IsNamespace
? namespaceParent : attribute.OwnerElement;
720
parent = attribute.
IsNamespace
? namespaceParent : attribute.OwnerElement;
1394
if (attribute.
IsNamespace
) {
1444
if (attribute.
IsNamespace
) {
1524
if (attribute.
IsNamespace
) {
1542
if (attribute.
IsNamespace
) {
System\Xml\Dom\XmlAttribute.cs (1)
328
if (
IsNamespace
) {