1 write to _startRect
PresentationFramework (1)
System\Windows\Documents\CompositionAdorner.cs (1)
498_startRect = _textView.GetRectangleFromTextPosition(start);
4 references to _startRect
PresentationFramework (4)
System\Windows\Documents\CompositionAdorner.cs (4)
502if (_startRect.Top != _endRect.Top) 512_compositionLines.Add(new CompositionLine(_startRect, _endRect, lineColor)); 534return _startRect.Bottom - _startRect.Top;