27 references to Solid
System.Windows.Forms (21)
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (1)
819ButtonBorderStyle.Solid);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\DropDownButton.DropDownButtonAdapter.cs (5)
42c, 1, ButtonBorderStyle.Solid, 43c, 1, ButtonBorderStyle.Solid, 54c, 1, ButtonBorderStyle.Solid, 55c, 1, ButtonBorderStyle.Solid, 82c, 1, ButtonBorderStyle.Solid,
System\Windows\Forms\Rendering\ControlPaint.cs (14)
360case ButtonBorderStyle.Solid: 401DrawBorder(graphics, bounds, Color.FromKnownColor(KnownColor.WindowFrame), ButtonBorderStyle.Solid); 532case ButtonBorderStyle.Solid: 714case ButtonBorderStyle.Solid: 716if (!topColor.HasTransparency() && topStyle == ButtonBorderStyle.Solid) 773case ButtonBorderStyle.Solid: 775if (!leftColor.HasTransparency() && leftStyle == ButtonBorderStyle.Solid) 832case ButtonBorderStyle.Solid: 834if (!bottomColor.HasTransparency() && bottomStyle == ButtonBorderStyle.Solid) 906case ButtonBorderStyle.Solid: 908if (!rightColor.HasTransparency() && rightStyle == ButtonBorderStyle.Solid) 1144ButtonBorderStyle style = ButtonBorderStyle.Solid) 1148if (color.HasTransparency() || style != ButtonBorderStyle.Solid) 1156if (style == ButtonBorderStyle.Solid)
System\Windows\Forms\ToolTip\DrawToolTipEventArgs.cs (1)
101ControlPaint.DrawBorder(Graphics, Bounds, SystemColors.WindowFrame, ButtonBorderStyle.Solid);
System.Windows.Forms.Design (1)
System\Drawing\Design\ColorEditor.ColorPalette.cs (1)
387ButtonBorderStyle.Solid);
System.Windows.Forms.Tests (5)
System\Windows\Forms\ControlPaintTests.cs (4)
540foreach (ButtonBorderStyle style in new ButtonBorderStyle[] { ButtonBorderStyle.Dashed, ButtonBorderStyle.Dotted, ButtonBorderStyle.Inset, ButtonBorderStyle.None, ButtonBorderStyle.Outset, ButtonBorderStyle.Solid, ButtonBorderStyle.None - 1, ButtonBorderStyle.Outset + 1 }) 584foreach (ButtonBorderStyle style in new ButtonBorderStyle[] { ButtonBorderStyle.Dashed, ButtonBorderStyle.Dotted, ButtonBorderStyle.Inset, ButtonBorderStyle.None, ButtonBorderStyle.Outset, ButtonBorderStyle.Solid, ButtonBorderStyle.None - 1, ButtonBorderStyle.Outset + 1 }) 630foreach (ButtonBorderStyle style in new ButtonBorderStyle[] { ButtonBorderStyle.Dashed, ButtonBorderStyle.Dotted, ButtonBorderStyle.Inset, ButtonBorderStyle.None, ButtonBorderStyle.Outset, ButtonBorderStyle.Solid, ButtonBorderStyle.None - 1, ButtonBorderStyle.Outset + 1 }) 672[InlineData(ButtonBorderStyle.Solid)]
System\Windows\Forms\ControlPaintTests.Rendering.cs (1)
22ControlPaint.DrawBorder(graphics, bounds, Color.Blue, ButtonBorderStyle.Solid);