MS\Internal\PtsHost\TableParaClient.cs (5)
1769dc.DrawRectangle(columnBackgroundBrush, null, colRect);
1788dc.DrawRectangle(columnBackgroundBrush, null, colRect);
1850dc.DrawRectangle(rowGroupBackgroundBrush, null, rowRect);
1868dc.DrawRectangle(rowGroupBackgroundBrush, null, rowRect);
1898dc.DrawRectangle(rowBackgroundBrush, null, rowRect);
System\windows\Documents\CaretElement.cs (2)
678context.DrawRectangle(_caretBrush, null, new Rect(0, 0, _interimWidth, _height));
691context.DrawRectangle(_caretBrush, null, new Rect(-(_systemCaretWidth / 2), 0, _systemCaretWidth, _height));