19 references to Control
System.Windows.Forms (17)
winforms\Managed\System\WinForms\ComboBox.cs (2)
3464graphics.FillRectangle(SystemBrushes.Control, rect.left, rect.top, 6061g.FillRectangle(SystemBrushes.Control, dropDownRect);
winforms\Managed\System\WinForms\Control.cs (1)
9834g.FillRectangle(SystemBrushes.Control, rectangle);
winforms\Managed\System\WinForms\ControlPaint.cs (3)
1239SystemBrushes.Control : 1416brush = SystemBrushes.Control; 1432brush = SystemBrushes.Control;
winforms\Managed\System\WinForms\DataGrid.cs (3)
637return (SolidBrush)SystemBrushes.Control; 647return (SolidBrush)SystemBrushes.Control; 652return (SolidBrush)SystemBrushes.Control;
winforms\Managed\System\WinForms\DataGridTable.cs (2)
339return (SolidBrush)SystemBrushes.Control; 344return (SolidBrush)SystemBrushes.Control;
winforms\Managed\System\WinForms\DataGridView.cs (1)
2628return (SolidBrush) SystemBrushes.Control;
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (2)
2283g.FillRectangle(SystemBrushes.Control, dropRect); 2314g.FillRectangle(SystemBrushes.Control, dropRect);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
17148g.FillRectangle(SystemBrushes.Control, this.layout.ResizeBoxRect);
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
692g.FillRectangle(SystemBrushes.Control, dropDownRect);
winforms\Managed\System\WinForms\ToolStripHighContrastRenderer.cs (1)
237 g.FillRectangle(SystemBrushes.Control, e.ConnectedArea);
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerWidgets.cs (1)
1893Brush backgroundBrush = SystemBrushes.Control;
AuthoringOM\Design\WorkflowView.cs (1)
1082e.Graphics.FillRectangle(SystemBrushes.Control, new Rectangle(Width - SystemInformation.VerticalScrollBarWidth, Height - SystemInformation.HorizontalScrollBarHeight, SystemInformation.VerticalScrollBarWidth, SystemInformation.HorizontalScrollBarHeight));