8 references to PlainTextOnly
PresentationFramework (8)
System\Windows\Documents\TextContainer.cs (5)
624
if (this.
PlainTextOnly
)
648
moved = TextPointer.GetNextNodeAndEdge(node, edge, this.
PlainTextOnly
, out node, out edge);
653
moved = TextPointer.GetPreviousNodeAndEdge(node, edge, this.
PlainTextOnly
, out node, out edge);
945
Invariant.Assert(!this.
PlainTextOnly
);
1174
Invariant.Assert(!this.
PlainTextOnly
);
System\Windows\Documents\TextPointer.cs (3)
576
if (_tree.
PlainTextOnly
)
3092
return GetNextNodeAndEdge(_node, this.Edge, _tree.
PlainTextOnly
, out node, out edge);
3262
return GetPreviousNodeAndEdge(_node, this.Edge, _tree.
PlainTextOnly
, out node, out edge);