23 references to Solid
System.Windows.Forms (23)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (2)
158ControlPaint.DrawBorder(g, bounds, ControlPaint.Dark(Control.BackColor), ButtonBorderStyle.Solid); 478ControlPaint.DrawBorder(g, r, c, ButtonBorderStyle.Solid);
winforms\Managed\System\WinForms\ButtonInternal\ButtonPopupAdapter.cs (1)
143ControlPaint.DrawBorder(g, r, colors.options.highContrast ? colors.windowText : colors.buttonShadow, ButtonBorderStyle.Solid);
winforms\Managed\System\WinForms\ButtonInternal\ButtonStandardAdapter.cs (1)
216ControlPaint.DrawBorder(g, r, colors.buttonShadow, ButtonBorderStyle.Solid);
winforms\Managed\System\WinForms\ControlPaint.cs (9)
385case ButtonBorderStyle.Solid: return DashStyle.Solid; 434ControlPaint.DrawBorder(graphics, bounds, Color.FromKnownColor(KnownColor.WindowFrame), ButtonBorderStyle.Solid); 542case ButtonBorderStyle.Solid: 693case ButtonBorderStyle.Solid: 748case ButtonBorderStyle.Solid: 802case ButtonBorderStyle.Solid: 857case ButtonBorderStyle.Solid: 1088bool stockBorder = (style == ButtonBorderStyle.Solid && color.IsSystemColor); 1095if (style != ButtonBorderStyle.Solid) {
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (1)
885ButtonBorderStyle.Solid);
winforms\Managed\System\WinForms\DrawToolTipEventArgs.cs (1)
159ControlPaint.DrawBorder(graphics, bounds, SystemColors.WindowFrame, ButtonBorderStyle.Solid);
winforms\Managed\System\WinForms\PropertyGridInternal\DropDownButton.cs (7)
167ControlPaint.DrawBorder(g, r, ControlPaint.Dark(Control.BackColor), ButtonBorderStyle.Solid); 174c, 1, ButtonBorderStyle.Solid, 175c, 1, ButtonBorderStyle.Solid, 185c, 1, ButtonBorderStyle.Solid, 186c, 1, ButtonBorderStyle.Solid, 191ControlPaint.DrawBorder(g, r, ControlPaint.Dark(Control.BackColor), ButtonBorderStyle.Solid); 208c, 1, ButtonBorderStyle.Solid,
winforms\Managed\System\WinForms\UpDownBase.cs (1)
856ControlPaint.DrawBorder(e.Graphics, editBounds, SystemColors.Control, ButtonBorderStyle.Solid);