4 references to SourceCopy
System.Drawing.Common.Tests (3)
System\Drawing\GraphicsTests.cs (3)
1593
yield return new object[] { CopyPixelOperation.
SourceCopy
};
1595
yield return new object[] { CopyPixelOperation.
SourceCopy
};
1637
[InlineData(CopyPixelOperation.
SourceCopy
- 1)]
System.Windows.Forms.UI.IntegrationTests (1)
Infra\ScreenshotService.cs (1)
71
copyPixelOperation: CopyPixelOperation.
SourceCopy
);