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)
357case ButtonBorderStyle.Solid: 398DrawBorder(graphics, bounds, Color.FromKnownColor(KnownColor.WindowFrame), ButtonBorderStyle.Solid); 529case ButtonBorderStyle.Solid: 711case ButtonBorderStyle.Solid: 713if (!topColor.HasTransparency() && topStyle == ButtonBorderStyle.Solid) 770case ButtonBorderStyle.Solid: 772if (!leftColor.HasTransparency() && leftStyle == ButtonBorderStyle.Solid) 829case ButtonBorderStyle.Solid: 831if (!bottomColor.HasTransparency() && bottomStyle == ButtonBorderStyle.Solid) 903case ButtonBorderStyle.Solid: 905if (!rightColor.HasTransparency() && rightStyle == ButtonBorderStyle.Solid) 1141ButtonBorderStyle style = ButtonBorderStyle.Solid) 1145if (color.HasTransparency() || style != ButtonBorderStyle.Solid) 1153if (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)
542foreach (ButtonBorderStyle style in new ButtonBorderStyle[] { ButtonBorderStyle.Dashed, ButtonBorderStyle.Dotted, ButtonBorderStyle.Inset, ButtonBorderStyle.None, ButtonBorderStyle.Outset, ButtonBorderStyle.Solid, ButtonBorderStyle.None - 1, ButtonBorderStyle.Outset + 1 }) 586foreach (ButtonBorderStyle style in new ButtonBorderStyle[] { ButtonBorderStyle.Dashed, ButtonBorderStyle.Dotted, ButtonBorderStyle.Inset, ButtonBorderStyle.None, ButtonBorderStyle.Outset, ButtonBorderStyle.Solid, ButtonBorderStyle.None - 1, ButtonBorderStyle.Outset + 1 }) 632foreach (ButtonBorderStyle style in new ButtonBorderStyle[] { ButtonBorderStyle.Dashed, ButtonBorderStyle.Dotted, ButtonBorderStyle.Inset, ButtonBorderStyle.None, ButtonBorderStyle.Outset, ButtonBorderStyle.Solid, ButtonBorderStyle.None - 1, ButtonBorderStyle.Outset + 1 }) 674[InlineData(ButtonBorderStyle.Solid)]
System\Windows\Forms\ControlPaintTests.Rendering.cs (1)
24ControlPaint.DrawBorder(graphics, bounds, Color.Blue, ButtonBorderStyle.Solid);