5 references to Draw
System.Windows.Forms.Tests (4)
System\Windows\Forms\CursorTests.cs (4)
381cursor.Draw(graphics, rectangle); 391cursor.Draw(graphics, rectangle); 398Assert.Throws<ArgumentNullException>("graphics", () => cursor.Draw(null, new Rectangle(Point.Empty, cursor.Size))); 408Assert.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);