10 references to Window
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ComboBoxRenderer.cs (1)
57g.FillRectangle(SystemBrushes.Window, fillRect);
winforms\Managed\System\WinForms\ControlPaint.cs (1)
1240SystemBrushes.Window;
winforms\Managed\System\WinForms\DataGrid.cs (2)
617return (SolidBrush)SystemBrushes.Window; 642return (SolidBrush)SystemBrushes.Window;
winforms\Managed\System\WinForms\DataGridTable.cs (2)
324return (SolidBrush)SystemBrushes.Window; 329return (SolidBrush)SystemBrushes.Window;
winforms\Managed\System\WinForms\DataGridView.cs (1)
2477return (SolidBrush) SystemBrushes.Window;
winforms\Managed\System\WinForms\PropertyGridInternal\DropDownButton.cs (1)
99pevent.Graphics.FillRectangle(SystemBrushes.Window, dropDownButtonRect);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
207backgroundBrush = SystemBrushes.Window;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
1225graphics.FillRectangle(SystemBrushes.Window, this.formRectangle);