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)
687context.DrawRectangle(_caretBrush, null, new Rect(0, 0, _interimWidth, _height)); 700context.DrawRectangle(_caretBrush, null, new Rect(-(_systemCaretWidth / 2), 0, _systemCaretWidth, _height)); 735context.DrawGeometry(_caretBrush, null, pathGeometry);