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