1 write to _textView
PresentationFramework (1)
src\Framework\System\Windows\Documents\CompositionAdorner.cs (1)
462
_textView
= textView;
7 references to _textView
PresentationFramework (7)
src\Framework\System\Windows\Documents\CompositionAdorner.cs (7)
487
ITextPointer start =
_textView
.TextContainer.Start.CreatePointer(_startOffset, LogicalDirection.Forward);
488
ITextPointer end =
_textView
.TextContainer.Start.CreatePointer(_endOffset, LogicalDirection.Backward);
500
_startRect =
_textView
.GetRectangleFromTextPosition(start);
501
_endRect =
_textView
.GetRectangleFromTextPosition(end);
581
TextSegment textSegment =
_textView
.GetLineRange(endLinePointer);
618
Rect startRect =
_textView
.GetRectangleFromTextPosition(startLinePointer);
619
Rect endRect =
_textView
.GetRectangleFromTextPosition(endLinePointer);