4 references to Flush
System.Drawing.Common.Tests (4)
System\Drawing\GraphicsTests.cs (4)
548graphics.Flush(intention); 549graphics.Flush(intention); 561Assert.Throws<InvalidOperationException>(() => graphics.Flush(FlushIntention.Sync)); 577AssertExtensions.Throws<ArgumentException>(null, () => graphics.Flush(FlushIntention.Flush));