4 overrides of IsText
System.Private.Xml (4)
System\Xml\Dom\XmlCDataSection.cs (1)
96
internal override bool
IsText
System\Xml\Dom\XmlSignificantWhiteSpace.cs (1)
114
internal override bool
IsText
System\Xml\Dom\XmlText.cs (1)
141
internal override bool
IsText
System\Xml\Dom\XmlWhitespace.cs (1)
114
internal override bool
IsText
54 references to IsText
System.Private.Xml (54)
System\Xml\Dom\DocumentXPathNavigator.cs (13)
207
&& nextSibling.
IsText
)
216
&& nextSibling.
IsText
);
712
if (sibling.
IsText
)
714
if (_source.
IsText
)
744
if (sibling.
IsText
)
746
if (_source.
IsText
)
1149
if (sibling.
IsText
1150
&& _source.
IsText
)
1629
if (end.
IsText
)
1699
if (end.
IsText
)
2020
if (!node.
IsText
)
2144
&& current.
IsText
);
2159
&& current.
IsText
);
System\Xml\Dom\XmlAttribute.cs (2)
189
if (refNode.
IsText
190
&& newNode.
IsText
)
System\Xml\Dom\XmlCDataSection.cs (2)
57
while (parent.
IsText
)
108
if (parentNode != null && parentNode.
IsText
)
System\Xml\Dom\XmlElement.cs (2)
160
if (refNode.
IsText
161
&& newNode.
IsText
)
System\Xml\Dom\XmlNode.cs (29)
309
if (newNode.
IsText
)
311
if (refNode.
IsText
)
325
if (prevNode.
IsText
)
327
if (newNode.
IsText
)
330
if (refNode.
IsText
)
337
if (refNode.
IsText
)
345
if (newNode.
IsText
)
347
if (refNode.
IsText
)
425
if (refNode.
IsText
)
427
if (newNode.
IsText
)
441
if (refNode.
IsText
)
443
if (newNode.
IsText
)
446
if (nextNode.
IsText
)
453
if (nextNode.
IsText
)
461
if (newNode.
IsText
)
463
if (nextNode.
IsText
)
518
if (nextNode.
IsText
)
520
if (oldNode.
IsText
)
546
if (nextNode.
IsText
)
548
if (prevNode.
IsText
)
554
if (oldNode.
IsText
)
640
if (refNode.
IsText
)
642
if (newNode.
IsText
)
677
if (refNode.
IsText
678
&& newNode.
IsText
)
1433
Debug.Assert(prevNode.
IsText
);
1434
Debug.Assert(nextNode.
IsText
);
1441
Debug.Assert(prevNode.
IsText
);
1442
Debug.Assert(nextNode.
IsText
);
System\Xml\Dom\XmlSignificantWhiteSpace.cs (2)
58
while (parent.
IsText
)
126
if (parentNode != null && parentNode.
IsText
)
System\Xml\Dom\XmlText.cs (2)
61
while (parent.
IsText
)
153
if (parentNode != null && parentNode.
IsText
)
System\Xml\Dom\XmlWhitespace.cs (2)
59
while (parent.
IsText
)
126
if (parentNode != null && parentNode.
IsText
)