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