4 overrides of IsText
System.Xml (4)
System\Xml\Dom\XmlCDataSection.cs (1)
83
internal override bool
IsText
{
System\Xml\Dom\XmlSignificantWhiteSpace.cs (1)
100
internal override bool
IsText
{
System\Xml\Dom\XmlText.cs (1)
122
internal override bool
IsText
{
System\Xml\Dom\XmlWhitespace.cs (1)
100
internal override bool
IsText
{
54 references to IsText
System.Xml (54)
System\Xml\Dom\DocumentXPathNavigator.cs (13)
178
&& nextSibling.
IsText
) {
185
&& nextSibling.
IsText
);
593
if (sibling.
IsText
) {
594
if (source.
IsText
) {
618
if (sibling.
IsText
) {
619
if (source.
IsText
) {
949
if (sibling.
IsText
950
&& source.
IsText
) {
1358
if (end.
IsText
) {
1423
if (end.
IsText
) {
1683
if (!node.
IsText
) {
1784
&& node.
IsText
);
1796
&& node.
IsText
);
System\Xml\Dom\XmlAttribute.cs (2)
160
if (refNode.
IsText
161
&& newNode.
IsText
) {
System\Xml\Dom\XmlCDataSection.cs (2)
51
while (parent.
IsText
) {
91
if (parentNode.
IsText
) {
System\Xml\Dom\XmlElement.cs (2)
134
if (refNode.
IsText
135
&& newNode.
IsText
) {
System\Xml\Dom\XmlNode.cs (29)
261
if (newNode.
IsText
) {
262
if (refNode.
IsText
) {
274
if (prevNode.
IsText
) {
275
if (newNode.
IsText
) {
277
if (refNode.
IsText
) {
282
if (refNode.
IsText
) {
288
if (newNode.
IsText
) {
289
if (refNode.
IsText
) {
363
if (refNode.
IsText
) {
364
if (newNode.
IsText
) {
376
if (refNode.
IsText
) {
377
if (newNode.
IsText
) {
379
if (nextNode.
IsText
) {
384
if (nextNode.
IsText
) {
390
if (newNode.
IsText
) {
391
if (nextNode.
IsText
) {
440
if (nextNode.
IsText
) {
441
if (oldNode.
IsText
) {
463
if (nextNode.
IsText
) {
464
if (prevNode.
IsText
) {
468
if (oldNode.
IsText
) {
550
if (refNode.
IsText
) {
551
if (newNode.
IsText
) {
582
if (refNode.
IsText
583
&& newNode.
IsText
) {
1185
Debug.Assert(prevNode.
IsText
);
1186
Debug.Assert(nextNode.
IsText
);
1192
Debug.Assert(prevNode.
IsText
);
1193
Debug.Assert(nextNode.
IsText
);
System\Xml\Dom\XmlSignificantWhiteSpace.cs (2)
53
while (parent.
IsText
) {
108
if (parentNode.
IsText
) {
System\Xml\Dom\XmlText.cs (2)
54
while (parent.
IsText
) {
130
if (parentNode.
IsText
) {
System\Xml\Dom\XmlWhitespace.cs (2)
53
while (parent.
IsText
) {
108
if (parentNode.
IsText
) {