7 references to SRCCOPY
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Control.cs (1)
19387
lpBits, ref lpbmi, NativeMethods.DIB_RGB_COLORS, NativeMethods.
SRCCOPY
);
winforms\Managed\System\WinForms\Cursor.cs (3)
465
&& imageX == 0 && imageY == 0 && rop == NativeMethods.
SRCCOPY
480
if (imageX == 0 && imageY == 0 && rop == NativeMethods.
SRCCOPY
493
if (rop == NativeMethods.
SRCCOPY
) {
winforms\Managed\System\WinForms\ToolStrip.cs (3)
2849
new HandleRef(g, imageHdc), 0, 0, NativeMethods.
SRCCOPY
);
3728
SafeNativeMethods.BitBlt(itemHDC, 0, 0, item.Size.Width, item.Size.Height, toolStripHDC, item.Bounds.X, item.Bounds.Y, NativeMethods.
SRCCOPY
);
3736
SafeNativeMethods.BitBlt(toolStripHDC, item.Bounds.X, item.Bounds.Y, item.Size.Width, item.Size.Height, itemHDC, 0, 0, NativeMethods.
SRCCOPY
);