2 writes to _height
PresentationFramework (2)
System\windows\Documents\CaretElement.cs (2)
65_height = 0.0; 314_height = newHeight;
9 references to _height
PresentationFramework (9)
System\windows\Documents\CaretElement.cs (9)
312if (!DoubleUtil.AreClose(_height, newHeight)) 336scrollRectangle = new Rect(_left - CaretPaddingWidth, _top, CaretPaddingWidth * 2 + (IsInInterimState ? _interimWidth : _systemCaretWidth), _height); 6680, _height)); 683context.DrawRectangle(_caretBrush, null, new Rect(0, 0, _interimWidth, _height)); 696context.DrawRectangle(_caretBrush, null, new Rect(-(_systemCaretWidth / 2), 0, _systemCaretWidth, _height)); 727pathFigure.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;