2 writes to _caretBrush
PresentationFramework (2)
src\Framework\System\windows\Documents\CaretElement.cs (2)
269
_caretBrush
= caretBrush;
625
_caretBrush
= caretBrush;
3 references to _caretBrush
PresentationFramework (3)
src\Framework\System\windows\Documents\CaretElement.cs (3)
687
context.DrawRectangle(
_caretBrush
, null, new Rect(0, 0, _interimWidth, _height));
700
context.DrawRectangle(
_caretBrush
, null, new Rect(-(_systemCaretWidth / 2), 0, _systemCaretWidth, _height));
735
context.DrawGeometry(
_caretBrush
, null, pathGeometry);