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