4 references to Flush
System.Drawing.Common.Tests (4)
System\Drawing\GraphicsTests.cs (4)
534
[InlineData(FlushIntention.
Flush
)]
536
[InlineData(FlushIntention.
Flush
- 1)] // Not in the range of valid values of FlushIntention.
542
if (intention == FlushIntention.
Flush
)
577
AssertExtensions.Throws<ArgumentException>(null, () => graphics.Flush(FlushIntention.
Flush
));