3 references to DrawVisualStyleBorder
System.Windows.Forms.Tests (3)
System\Windows\Forms\ControlPaintTests.cs (3)
1996ControlPaint.DrawVisualStyleBorder(graphics, rectangle); 1999ControlPaint.DrawVisualStyleBorder(graphics, rectangle); 2005Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.DrawVisualStyleBorder(null, new Rectangle(1, 2, 3, 4)));