2 writes to _caretBrush
PresentationFramework (2)
System\windows\Documents\CaretElement.cs (2)
262
_caretBrush
= caretBrush;
617
_caretBrush
= caretBrush;
3 references to _caretBrush
PresentationFramework (3)
System\windows\Documents\CaretElement.cs (3)
679
context.DrawRectangle(
_caretBrush
, null, new Rect(0, 0, _interimWidth, _height));
692
context.DrawRectangle(
_caretBrush
, null, new Rect(-(_systemCaretWidth / 2), 0, _systemCaretWidth, _height));
729
context.DrawGeometry(
_caretBrush
, null, pathGeometry);