20 references to Border3DStyle
System.Windows.Forms (19)
_generated\1\Validation.cs (2)
567public static void Validate(System.Windows.Forms.Border3DStyle enumToValidate, string parameterName = "value") 575ReportEnumValidationError(parameterName, intValue, typeof(System.Windows.Forms.Border3DStyle));
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
19318ControlPaint.DrawBorder3D(g, bounds, Border3DStyle.Sunken);
System\Windows\Forms\Controls\Labels\Label.cs (1)
1355ControlPaint.PrintBorder(g, new Rectangle(Point.Empty, Size), BorderStyle, Border3DStyle.SunkenOuter);
System\Windows\Forms\Controls\ToolStrips\ToolStripStatusLabel.cs (4)
20private Border3DStyle _borderStyle = Border3DStyle.Flat; 83[DefaultValue(Border3DStyle.Flat)] 86public Border3DStyle BorderStyle
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemRenderer.cs (1)
307ControlPaint.DrawBorder3D(e.Graphics, bounds, Border3DStyle.Raised);
System\Windows\Forms\Panels\Panel.cs (1)
230ControlPaint.PrintBorder(g, new Rectangle(Point.Empty, Size), BorderStyle, Border3DStyle.Sunken);
System\Windows\Forms\Rendering\ControlPaint.cs (9)
419internal static void PrintBorder(Graphics graphics, Rectangle bounds, BorderStyle style, Border3DStyle b3dStyle) 1012Border3DStyle.Etched, 1018public static void DrawBorder3D(Graphics graphics, Rectangle rectangle, Border3DStyle style) 1029public static void DrawBorder3D(Graphics graphics, Rectangle rectangle, Border3DStyle style, Border3DSide sides) 1039Border3DStyle.Etched, 1045public static void DrawBorder3D(Graphics graphics, int x, int y, int width, int height, Border3DStyle style) 1055public static void DrawBorder3D(Graphics graphics, int x, int y, int width, int height, Border3DStyle style, Border3DSide sides) 1067if (flags.HasFlag((DRAW_EDGE_FLAGS)Border3DStyle.Adjust)) 1074flags &= ~(DRAW_EDGE_FLAGS)Border3DStyle.Adjust;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\AnchorEditor.AnchorUI.cs (1)
192ControlPaint.DrawBorder3D(e.Graphics, rc, Border3DStyle.Sunken);