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