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