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)
487ITextPointer start = _textView.TextContainer.Start.CreatePointer(_startOffset, LogicalDirection.Forward); 488ITextPointer end = _textView.TextContainer.Start.CreatePointer(_endOffset, LogicalDirection.Backward); 500_startRect = _textView.GetRectangleFromTextPosition(start); 501_endRect = _textView.GetRectangleFromTextPosition(end); 581TextSegment textSegment = _textView.GetLineRange(endLinePointer); 618Rect startRect = _textView.GetRectangleFromTextPosition(startLinePointer); 619Rect endRect = _textView.GetRectangleFromTextPosition(endLinePointer);