4 references to Flush
System.Drawing.Common.Tests (4)
System\Drawing\GraphicsTests.cs (4)
543
graphics.
Flush
();
544
graphics.
Flush
();
559
Assert.Throws<InvalidOperationException>(graphics.
Flush
);
575
AssertExtensions.Throws<ArgumentException>(null, graphics.
Flush
);