8 references to Control
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ComboBox.cs (1)
6036
Pen innerPen = (comboBox.Enabled) ? borderPen : SystemPens.
Control
;
winforms\Managed\System\WinForms\ControlPaint.cs (3)
1050
pen = SystemPens.
Control
;
2468
g.DrawRectangle(SystemPens.
Control
, bound);
2493
g.DrawRectangle(SystemPens.
Control
, bound);
winforms\Managed\System\WinForms\DataGrid.cs (1)
7139
g.DrawRectangle(SystemPens.
Control
, boundingRect);
winforms\Managed\System\WinForms\DataGridParentRows.cs (1)
51
private Pen gridLinePen = SystemPens.
Control
;
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
2358
pen = SystemPens.
Control
;
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (1)
821
g.DrawRectangle(SystemPens.
Control
, 0, 0, image.Width - 1, image.Height - 1);