src\Framework\MS\Internal\PtsHost\TableParaClient.cs (5)
1888dc.DrawRectangle(columnBackgroundBrush, null, colRect);
1907dc.DrawRectangle(columnBackgroundBrush, null, colRect);
1973dc.DrawRectangle(rowGroupBackgroundBrush, null, rowRect);
1991dc.DrawRectangle(rowGroupBackgroundBrush, null, rowRect);
2026dc.DrawRectangle(rowBackgroundBrush, null, rowRect);
src\Framework\System\windows\Documents\CaretElement.cs (2)
687context.DrawRectangle(_caretBrush, null, new Rect(0, 0, _interimWidth, _height));
700context.DrawRectangle(_caretBrush, null, new Rect(-(_systemCaretWidth / 2), 0, _systemCaretWidth, _height));