7 references to DrawBorder3D
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
19308
ControlPaint.
DrawBorder3D
(g, bounds, Border3DStyle.Sunken);
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemRenderer.cs (1)
255
ControlPaint.
DrawBorder3D
(e.Graphics, bounds, Border3DStyle.Raised);
System\Windows\Forms\Rendering\ControlPaint.cs (1)
404
DrawBorder3D
(graphics, bounds, b3dStyle);
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 (3)
System\Windows\Forms\ControlPaintTests.cs (3)
727
ControlPaint.
DrawBorder3D
(graphics, rectangle, style);
730
ControlPaint.
DrawBorder3D
(graphics, rectangle, style);
803
Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.
DrawBorder3D
(null, new Rectangle(1, 2, 3, 4), style));