5 references to Flush
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
508
public void Flush() =>
Flush
(Drawing2D.FlushIntention.Flush);
System.Drawing.Common.Tests (4)
System\Drawing\GraphicsTests.cs (4)
547
graphics.
Flush
(intention);
548
graphics.
Flush
(intention);
560
Assert.Throws<InvalidOperationException>(() => graphics.
Flush
(FlushIntention.Sync));
576
AssertExtensions.Throws<ArgumentException>(null, () => graphics.
Flush
(FlushIntention.Flush));