2 writes to _height
PresentationFramework (2)
System\windows\Documents\CaretElement.cs (2)
59_height = 0.0; 310_height = newHeight;
9 references to _height
PresentationFramework (9)
System\windows\Documents\CaretElement.cs (9)
308if (!DoubleUtil.AreClose(_height, newHeight)) 332scrollRectangle = new Rect(_left - CaretPaddingWidth, _top, CaretPaddingWidth * 2 + (IsInInterimState ? _interimWidth : _systemCaretWidth), _height); 6640, _height)); 679context.DrawRectangle(_caretBrush, null, new Rect(0, 0, _interimWidth, _height)); 692context.DrawRectangle(_caretBrush, null, new Rect(-(_systemCaretWidth / 2), 0, _systemCaretWidth, _height)); 725pathFigure.Segments.Add(new LineSegment(new Point(0, _height / BidiIndicatorHeightRatio), true)); 969if (!_win32Caret || _win32Height != _height) 984double deviceHeight = source.CompositionTarget.TransformToDevice.Transform(new Point(0, _height)).Y; 1003_win32Height = _height;