5 references to Draw
System.Windows.Forms.Tests (4)
System\Windows\Forms\CursorTests.cs (4)
383cursor.Draw(graphics, rectangle); 393cursor.Draw(graphics, rectangle); 400Assert.Throws<ArgumentNullException>("graphics", () => cursor.Draw(null, new Rectangle(Point.Empty, cursor.Size))); 410Assert.Throws<ArgumentException>(() => cursor.Draw(graphics, new Rectangle(Point.Empty, cursor.Size)));
System.Windows.Forms.UI.IntegrationTests (1)
Infra\ScreenshotService.cs (1)
76cursor.Draw(graphics, bounds);