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