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)
315
if (!DoubleUtil.AreClose(
_height
, newHeight))
339
scrollRectangle = new Rect(_left - CaretPaddingWidth, _top, CaretPaddingWidth * 2 + (IsInInterimState ? _interimWidth : _systemCaretWidth),
_height
);
672
0,
_height
));
687
context.DrawRectangle(_caretBrush, null, new Rect(0, 0, _interimWidth,
_height
));
700
context.DrawRectangle(_caretBrush, null, new Rect(-(_systemCaretWidth / 2), 0, _systemCaretWidth,
_height
));
731
pathFigure.Segments.Add(new LineSegment(new Point(0,
_height
/ BidiIndicatorHeightRatio), true));
982
if (!_win32Caret || _win32Height !=
_height
)
1006
double deviceHeight = source.CompositionTarget.TransformToDevice.Transform(new Point(0,
_height
)).Y;
1025
_win32Height =
_height
;