8 references to PlainTextOnly
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextContainer.cs (5)
644
if (this.
PlainTextOnly
)
668
moved = TextPointer.GetNextNodeAndEdge(node, edge, this.
PlainTextOnly
, out node, out edge);
673
moved = TextPointer.GetPreviousNodeAndEdge(node, edge, this.
PlainTextOnly
, out node, out edge);
965
Invariant.Assert(!this.
PlainTextOnly
);
1194
Invariant.Assert(!this.
PlainTextOnly
);
src\Framework\System\Windows\Documents\TextPointer.cs (3)
592
if (_tree.
PlainTextOnly
)
3123
return GetNextNodeAndEdge(_node, this.Edge, _tree.
PlainTextOnly
, out node, out edge);
3293
return GetPreviousNodeAndEdge(_node, this.Edge, _tree.
PlainTextOnly
, out node, out edge);