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