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