1 write to _textView
PresentationFramework (1)
System\Windows\Documents\CompositionAdorner.cs (1)
456_textView = textView;
7 references to _textView
PresentationFramework (7)
System\Windows\Documents\CompositionAdorner.cs (7)
481ITextPointer start = _textView.TextContainer.Start.CreatePointer(_startOffset, LogicalDirection.Forward); 482ITextPointer end = _textView.TextContainer.Start.CreatePointer(_endOffset, LogicalDirection.Backward); 494_startRect = _textView.GetRectangleFromTextPosition(start); 495_endRect = _textView.GetRectangleFromTextPosition(end); 575TextSegment textSegment = _textView.GetLineRange(endLinePointer); 612Rect startRect = _textView.GetRectangleFromTextPosition(startLinePointer); 613Rect endRect = _textView.GetRectangleFromTextPosition(endLinePointer);