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