1 write to _startRect
PresentationFramework (1)
src\Framework\System\Windows\Documents\CompositionAdorner.cs (1)
500
_startRect
= _textView.GetRectangleFromTextPosition(start);
4 references to _startRect
PresentationFramework (4)
src\Framework\System\Windows\Documents\CompositionAdorner.cs (4)
504
if (
_startRect
.Top != _endRect.Top)
514
_compositionLines.Add(new CompositionLine(
_startRect
, _endRect, lineColor));
536
return
_startRect
.Bottom -
_startRect
.Top;