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)
200
point = new Point(_left,
_top
);
300
if (!DoubleUtil.AreClose(
_top
, newTop))
339
scrollRectangle = new Rect(_left - CaretPaddingWidth,
_top
, CaretPaddingWidth * 2 + (IsInInterimState ? _interimWidth : _systemCaretWidth), _height);