2 writes to _height
PresentationFramework (2)
System\windows\Documents\CaretElement.cs (2)
62_height = 0.0; 311_height = newHeight;
9 references to _height
PresentationFramework (9)
System\windows\Documents\CaretElement.cs (9)
309if (!DoubleUtil.AreClose(_height, newHeight)) 333scrollRectangle = new Rect(_left - CaretPaddingWidth, _top, CaretPaddingWidth * 2 + (IsInInterimState ? _interimWidth : _systemCaretWidth), _height); 6650, _height)); 680context.DrawRectangle(_caretBrush, null, new Rect(0, 0, _interimWidth, _height)); 693context.DrawRectangle(_caretBrush, null, new Rect(-(_systemCaretWidth / 2), 0, _systemCaretWidth, _height)); 724pathFigure.Segments.Add(new LineSegment(new Point(0, _height / BidiIndicatorHeightRatio), true)); 966if (!_win32Caret || _win32Height != _height) 981double deviceHeight = source.CompositionTarget.TransformToDevice.Transform(new Point(0, _height)).Y; 1000_win32Height = _height;