MS\Internal\PtsHost\TableParaClient.cs (5)
1770dc.DrawRectangle(columnBackgroundBrush, null, colRect);
1789dc.DrawRectangle(columnBackgroundBrush, null, colRect);
1851dc.DrawRectangle(rowGroupBackgroundBrush, null, rowRect);
1869dc.DrawRectangle(rowGroupBackgroundBrush, null, rowRect);
1899dc.DrawRectangle(rowBackgroundBrush, null, rowRect);
System\windows\Documents\CaretElement.cs (2)
679context.DrawRectangle(_caretBrush, null, new Rect(0, 0, _interimWidth, _height));
692context.DrawRectangle(_caretBrush, null, new Rect(-(_systemCaretWidth / 2), 0, _systemCaretWidth, _height));