2 writes to _caretBrush
PresentationFramework (2)
System\windows\Documents\CaretElement.cs (2)
266
_caretBrush
= caretBrush;
621
_caretBrush
= caretBrush;
3 references to _caretBrush
PresentationFramework (3)
System\windows\Documents\CaretElement.cs (3)
683
context.DrawRectangle(
_caretBrush
, null, new Rect(0, 0, _interimWidth, _height));
696
context.DrawRectangle(
_caretBrush
, null, new Rect(-(_systemCaretWidth / 2), 0, _systemCaretWidth, _height));
731
context.DrawGeometry(
_caretBrush
, null, pathGeometry);