1 write to _textContainer
PresentationFramework (1)
src\Framework\System\Windows\Documents\ColumnResizeUndoUnit.cs (1)
27
_textContainer
= textPointerTable.TextContainer;
2 references to _textContainer
PresentationFramework (2)
src\Framework\System\Windows\Documents\ColumnResizeUndoUnit.cs (2)
28
_cpTable =
_textContainer
.Start.GetOffsetToPosition(textPointerTable);
52
textPointerTable = new TextPointer(
_textContainer
.Start, _cpTable, LogicalDirection.Forward);