9 references to ButtonShadow
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ToolStripHighContrastRenderer.cs (4)
279
g.FillRectangle(SystemBrushes.
ButtonShadow
, new Rectangle(1, 1, 1, 1));
283
g.FillRectangle(SystemBrushes.
ButtonShadow
, new Rectangle(bounds.Width - 2, 1, 1, 1));
288
g.FillRectangle(SystemBrushes.
ButtonShadow
, new Rectangle(1, bounds.Height - 2, 1, 1));
295
g.FillRectangle(SystemBrushes.
ButtonShadow
, new Rectangle(bounds.Width - 2, bounds.Height - 2, 1, 1));
winforms\Managed\System\WinForms\ToolStripProfessionalLowResolutionRenderer.cs (4)
65
g.FillRectangle(SystemBrushes.
ButtonShadow
, new Rectangle(1, 1, 1, 1));
69
g.FillRectangle(SystemBrushes.
ButtonShadow
, new Rectangle(bounds.Width - 2, 1, 1, 1));
74
g.FillRectangle(SystemBrushes.
ButtonShadow
, new Rectangle(1, bounds.Height - 2, 1, 1));
81
g.FillRectangle(SystemBrushes.
ButtonShadow
, new Rectangle(bounds.Width - 2, bounds.Height - 2, 1, 1));
winforms\Managed\System\WinForms\ToolStripRenderer.cs (1)
1049
g.FillRectangles(SystemBrushes.
ButtonShadow
, greyRectangles);