4 references to DrawBorder3D
System.Windows.Forms (1)
System\Windows\Forms\Rendering\ControlPaint.cs (1)
998
=>
DrawBorder3D
(graphics, rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height, style, sides);
System.Windows.Forms.Tests (3)
System\Windows\Forms\ControlPaintTests.cs (3)
791
ControlPaint.
DrawBorder3D
(graphics, rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height, style, side);
794
ControlPaint.
DrawBorder3D
(graphics, rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height, style, side);
807
Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.
DrawBorder3D
(null, 1, 2, 3, 4, style, Border3DSide.All));