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