4 references to Sunken
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
19308
ControlPaint.DrawBorder3D(g, bounds, Border3DStyle.
Sunken
);
System\Windows\Forms\Panels\Panel.cs (1)
234
ControlPaint.PrintBorder(g, new Rectangle(Point.Empty, Size), BorderStyle, Border3DStyle.
Sunken
);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\AnchorEditor.AnchorUI.cs (1)
185
ControlPaint.DrawBorder3D(e.Graphics, rc, Border3DStyle.
Sunken
);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripStatusLabelTests.cs (1)
96
[InlineData(Border3DStyle.
Sunken
)]