4 references to AppWorkspace
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGrid.cs (2)
627return (SolidBrush)SystemBrushes.AppWorkspace; 4418g.FillRectangle(SystemBrushes.AppWorkspace, layout.ParentRows);
winforms\Managed\System\WinForms\DataGridView.cs (1)
2485return (SolidBrush) SystemBrushes.AppWorkspace;
winforms\Managed\System\WinForms\Form.cs (1)
5075e.Graphics.FillRectangle(SystemBrushes.AppWorkspace, ClientRectangle);