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