2 writes to _height
PresentationFramework (2)
src\Framework\System\windows\Documents\CaretElement.cs (2)
68_height = 0.0; 317_height = newHeight;
9 references to _height
PresentationFramework (9)
src\Framework\System\windows\Documents\CaretElement.cs (9)
315if (!DoubleUtil.AreClose(_height, newHeight)) 339scrollRectangle = new Rect(_left - CaretPaddingWidth, _top, CaretPaddingWidth * 2 + (IsInInterimState ? _interimWidth : _systemCaretWidth), _height); 6720, _height)); 687context.DrawRectangle(_caretBrush, null, new Rect(0, 0, _interimWidth, _height)); 700context.DrawRectangle(_caretBrush, null, new Rect(-(_systemCaretWidth / 2), 0, _systemCaretWidth, _height)); 731pathFigure.Segments.Add(new LineSegment(new Point(0, _height / BidiIndicatorHeightRatio), true)); 982if (!_win32Caret || _win32Height != _height) 1006double deviceHeight = source.CompositionTarget.TransformToDevice.Transform(new Point(0, _height)).Y; 1025_win32Height = _height;