2 writes to _top
PresentationFramework (2)
src\Framework\System\windows\Documents\CaretElement.cs (2)
64_top = 0.0; 302_top = newTop;
3 references to _top
PresentationFramework (3)
src\Framework\System\windows\Documents\CaretElement.cs (3)
200point = new Point(_left, _top); 300if (!DoubleUtil.AreClose(_top, newTop)) 339scrollRectangle = new Rect(_left - CaretPaddingWidth, _top, CaretPaddingWidth * 2 + (IsInInterimState ? _interimWidth : _systemCaretWidth), _height);