2 writes to _top
PresentationFramework (2)
System\windows\Documents\CaretElement.cs (2)
54_top = 0.0; 294_top = newTop;
3 references to _top
PresentationFramework (3)
System\windows\Documents\CaretElement.cs (3)
192point = new Point(_left, _top); 292if (!DoubleUtil.AreClose(_top, newTop)) 331scrollRectangle = new Rect(_left - CaretPaddingWidth, _top, CaretPaddingWidth * 2 + (IsInInterimState ? _interimWidth : _systemCaretWidth), _height);