1 write to _textView
PresentationFramework (1)
System\Windows\Documents\CompositionAdorner.cs (1)
460
_textView
= textView;
7 references to _textView
PresentationFramework (7)
System\Windows\Documents\CompositionAdorner.cs (7)
485
ITextPointer start =
_textView
.TextContainer.Start.CreatePointer(_startOffset, LogicalDirection.Forward);
486
ITextPointer end =
_textView
.TextContainer.Start.CreatePointer(_endOffset, LogicalDirection.Backward);
498
_startRect =
_textView
.GetRectangleFromTextPosition(start);
499
_endRect =
_textView
.GetRectangleFromTextPosition(end);
579
TextSegment textSegment =
_textView
.GetLineRange(endLinePointer);
616
Rect startRect =
_textView
.GetRectangleFromTextPosition(startLinePointer);
617
Rect endRect =
_textView
.GetRectangleFromTextPosition(endLinePointer);