6 references to ButtonShadow
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ToolStripHighContrastRenderer.cs (3)
245 g.DrawRectangle(SystemPens.ButtonShadow, bounds.X, bounds.Y, bounds.Width - 1, bounds.Height - 1); 304 g.DrawRectangle(SystemPens.ButtonShadow, bounds); 310 Pen foreColorPen = SystemPens.ButtonShadow;
winforms\Managed\System\WinForms\ToolStripSystemRenderer.cs (3)
246e.Graphics.DrawLine(SystemPens.ButtonShadow, 0,bounds.Bottom-2,bounds.Width,bounds.Bottom-2); 664 topPen = (state == ToolBarState.Hot) ? SystemPens.ButtonHighlight : SystemPens.ButtonShadow; 665 bottomPen = (state == ToolBarState.Hot)? SystemPens.ButtonShadow : SystemPens.ButtonHighlight;