2 writes to _systemCaretWidth
PresentationFramework (2)
System\windows\Documents\CaretElement.cs (2)
57_systemCaretWidth = SystemParameters.CaretWidth; 304_systemCaretWidth = newWidth;
7 references to _systemCaretWidth
PresentationFramework (7)
System\windows\Documents\CaretElement.cs (7)
302if (!DoubleUtil.AreClose(_systemCaretWidth, newWidth)) 331scrollRectangle = new Rect(_left - CaretPaddingWidth, _top, CaretPaddingWidth * 2 + (IsInInterimState ? _interimWidth : _systemCaretWidth), _height); 668if (this.IsInInterimState || _systemCaretWidth > DefaultNarrowCaretWidth) 685GuidelineSet guidelineSet = new GuidelineSet(new double[] { -(_systemCaretWidth / 2), _systemCaretWidth / 2 }, null); 691context.DrawRectangle(_caretBrush, null, new Rect(-(_systemCaretWidth / 2), 0, _systemCaretWidth, _height));