5 references to DrawEllipse
System.Drawing.Common.Tests (4)
System\Drawing\GraphicsTests.cs (4)
2170
AssertExtensions.Throws<ArgumentNullException>("pen", () => graphics.
DrawEllipse
(null, new Rectangle(0, 0, 1, 1)));
2184
AssertExtensions.Throws<ArgumentException>(null, () => graphics.
DrawEllipse
(pen, new Rectangle(0, 0, 1, 1)));
2199
Assert.Throws<InvalidOperationException>(() => graphics.
DrawEllipse
(pen, new Rectangle(0, 0, 1, 1)));
2218
AssertExtensions.Throws<ArgumentException>(null, () => graphics.
DrawEllipse
(pen, new Rectangle(0, 0, 1, 1)));
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonBaseAdapter.cs (1)
55
g.
DrawEllipse
(light, bounds);