14 references to Graphics
System.Drawing.Common.Tests (11)
System\Drawing\BufferedGraphicsContextTests.cs (7)
24Assert.NotNull(bufferedGraphics.Graphics); 36Assert.NotNull(bufferedGraphics.Graphics); 48Assert.NotNull(bufferedGraphics.Graphics); 64Assert.NotNull(bufferedGraphics.Graphics); 86Assert.NotNull(bufferedGraphics.Graphics); 108Assert.NotNull(bufferedGraphics.Graphics); 131Assert.NotNull(graphics.Graphics);
System\Drawing\BufferedGraphicsTests.cs (4)
15Assert.NotNull(graphics.Graphics); 18Assert.Null(graphics.Graphics); 30Assert.NotNull(graphics.Graphics); 33Assert.Null(graphics.Graphics);
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (3)
11740bufferedGraphics2.Graphics.FillRectangle(Brushes.Red, band); 11773bufferedGraphics.Graphics.SetClip(clip); 11775bufferedGraphics.Graphics,