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)
312
if (!DoubleUtil.AreClose(
_height
, newHeight))
336
scrollRectangle = new Rect(_left - CaretPaddingWidth, _top, CaretPaddingWidth * 2 + (IsInInterimState ? _interimWidth : _systemCaretWidth),
_height
);
668
0,
_height
));
683
context.DrawRectangle(_caretBrush, null, new Rect(0, 0, _interimWidth,
_height
));
696
context.DrawRectangle(_caretBrush, null, new Rect(-(_systemCaretWidth / 2), 0, _systemCaretWidth,
_height
));
727
pathFigure.Segments.Add(new LineSegment(new Point(0,
_height
/ BidiIndicatorHeightRatio), true));
969
if (!_win32Caret || _win32Height !=
_height
)
984
double deviceHeight = source.CompositionTarget.TransformToDevice.Transform(new Point(0,
_height
)).Y;
1003
_win32Height =
_height
;