MS\Internal\PtsHost\TableParaClient.cs (5)
1776dc.DrawRectangle(columnBackgroundBrush, null, colRect);
1795dc.DrawRectangle(columnBackgroundBrush, null, colRect);
1857dc.DrawRectangle(rowGroupBackgroundBrush, null, rowRect);
1875dc.DrawRectangle(rowGroupBackgroundBrush, null, rowRect);
1905dc.DrawRectangle(rowBackgroundBrush, null, rowRect);
System\windows\Documents\CaretElement.cs (2)
683context.DrawRectangle(_caretBrush, null, new Rect(0, 0, _interimWidth, _height));
696context.DrawRectangle(_caretBrush, null, new Rect(-(_systemCaretWidth / 2), 0, _systemCaretWidth, _height));