8 references to PlainTextOnly
PresentationFramework (8)
System\Windows\Documents\TextContainer.cs (5)
623
if (this.
PlainTextOnly
)
647
moved = TextPointer.GetNextNodeAndEdge(node, edge, this.
PlainTextOnly
, out node, out edge);
652
moved = TextPointer.GetPreviousNodeAndEdge(node, edge, this.
PlainTextOnly
, out node, out edge);
941
Invariant.Assert(!this.
PlainTextOnly
);
1170
Invariant.Assert(!this.
PlainTextOnly
);
System\Windows\Documents\TextPointer.cs (3)
575
if (_tree.
PlainTextOnly
)
3091
return GetNextNodeAndEdge(_node, this.Edge, _tree.
PlainTextOnly
, out node, out edge);
3261
return GetPreviousNodeAndEdge(_node, this.Edge, _tree.
PlainTextOnly
, out node, out edge);