3 references to Sync
System.Drawing.Common.Tests (3)
System\Drawing\GraphicsTests.cs (3)
534
[InlineData(FlushIntention.
Sync
)]
536
[InlineData(FlushIntention.
Sync
+ 1)] // Not in the range of valid values of FlushIntention.
560
Assert.Throws<InvalidOperationException>(() => graphics.Flush(FlushIntention.
Sync
));