8 references to PlainTextOnly
PresentationFramework (8)
System\Windows\Documents\TextContainer.cs (5)
629
if (this.
PlainTextOnly
)
653
moved = TextPointer.GetNextNodeAndEdge(node, edge, this.
PlainTextOnly
, out node, out edge);
658
moved = TextPointer.GetPreviousNodeAndEdge(node, edge, this.
PlainTextOnly
, out node, out edge);
950
Invariant.Assert(!this.
PlainTextOnly
);
1179
Invariant.Assert(!this.
PlainTextOnly
);
System\Windows\Documents\TextPointer.cs (3)
581
if (_tree.
PlainTextOnly
)
3097
return GetNextNodeAndEdge(_node, this.Edge, _tree.
PlainTextOnly
, out node, out edge);
3267
return GetPreviousNodeAndEdge(_node, this.Edge, _tree.
PlainTextOnly
, out node, out edge);