8 references to DrawBorder3D
System.Windows.Forms (5)
System\Windows\Forms\Rendering\ControlPaint.cs (5)
974
=>
DrawBorder3D
(
984
=>
DrawBorder3D
(
995
=>
DrawBorder3D
(graphics, rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height, style, sides);
1001
=>
DrawBorder3D
(
1011
=>
DrawBorder3D
(
System.Windows.Forms.Tests (3)
System\Windows\Forms\ControlPaintTests.cs (3)
793
ControlPaint.
DrawBorder3D
(graphics, rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height, style, side);
796
ControlPaint.
DrawBorder3D
(graphics, rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height, style, side);
809
Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.
DrawBorder3D
(null, 1, 2, 3, 4, style, Border3DSide.All));