46 references to ROP_CODE
System.Drawing.Common (19)
System\Drawing\BufferedGraphics.cs (1)
100ROP_CODE.SRCCOPY);
System\Drawing\CopyPixelOperation.cs (17)
14Blackness = (int)ROP_CODE.BLACKNESS, 19CaptureBlt = (int)ROP_CODE.CAPTUREBLT, 20DestinationInvert = (int)ROP_CODE.DSTINVERT, 21MergeCopy = (int)ROP_CODE.MERGECOPY, 22MergePaint = (int)ROP_CODE.MERGEPAINT, 23NoMirrorBitmap = unchecked((int)ROP_CODE.NOMIRRORBITMAP), 24NotSourceCopy = (int)ROP_CODE.NOTSRCCOPY, 25NotSourceErase = (int)ROP_CODE.NOTSRCERASE, 26PatCopy = (int)ROP_CODE.PATCOPY, 27PatInvert = (int)ROP_CODE.PATINVERT, 28PatPaint = (int)ROP_CODE.PATPAINT, 29SourceAnd = (int)ROP_CODE.SRCAND, 30SourceCopy = (int)ROP_CODE.SRCCOPY, 31SourceErase = (int)ROP_CODE.SRCERASE, 32SourceInvert = (int)ROP_CODE.SRCINVERT, 33SourcePaint = (int)ROP_CODE.SRCPAINT, 34Whiteness = (int)ROP_CODE.WHITENESS,
System\Drawing\Graphics.cs (1)
2755(ROP_CODE)copyPixelOperation);
System.Private.Windows.Core (7)
Windows.Win32.PInvokeCore.GDI32.dll.g.cs (2)
48 internal static winmdroot.Foundation.BOOL BitBlt(winmdroot.Graphics.Gdi.HDC hdc, int x, int y, int cx, int cy, winmdroot.Graphics.Gdi.HDC hdcSrc, int x1, int y1, winmdroot.Graphics.Gdi.ROP_CODE rop) 56 static extern winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Graphics.Gdi.HDC hdc, int x, int y, int cx, int cy, winmdroot.Graphics.Gdi.HDC hdcSrc, int x1, int y1, winmdroot.Graphics.Gdi.ROP_CODE rop);
Windows\Win32\Graphics\Gdi\HBITMAP.cs (1)
42ROP_CODE.SRCCOPY);
Windows\Win32\PInvokeCore.BitBlt.cs (4)
8/// <inheritdoc cref="BitBlt(HDC, int, int, int, int, HDC, int, int, ROP_CODE)"/> 18ROP_CODE rop) where T : IHandle<HDC> 34/// <inheritdoc cref="BitBlt(HDC, int, int, int, int, HDC, int, int, ROP_CODE)"/> 44ROP_CODE rop) where T : IHandle<HDC>
System.Windows.Forms (16)
System\Windows\Forms\Control.cs (1)
5036ROP_CODE.SRCCOPY);
System\Windows\Forms\Control.MetafileDCWrapper.cs (1)
204ROP_CODE.SRCCOPY);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (5)
5707PInvoke.PatBlt(dc, r.X, r.Y, r.Width, DATAGRIDVIEW_shadowEdgeThickness, ROP_CODE.PATINVERT); 5708PInvoke.PatBlt(dc, r.X, r.Y + r.Height - DATAGRIDVIEW_shadowEdgeThickness, r.Width, DATAGRIDVIEW_shadowEdgeThickness, ROP_CODE.PATINVERT); 5709PInvoke.PatBlt(dc, r.X, r.Y + DATAGRIDVIEW_shadowEdgeThickness, DATAGRIDVIEW_shadowEdgeThickness, r.Height - 2 * DATAGRIDVIEW_shadowEdgeThickness, ROP_CODE.PATINVERT); 5710PInvoke.PatBlt(dc, r.X + r.Width - DATAGRIDVIEW_shadowEdgeThickness, r.Y + DATAGRIDVIEW_shadowEdgeThickness, DATAGRIDVIEW_shadowEdgeThickness, r.Height - 2 * DATAGRIDVIEW_shadowEdgeThickness, ROP_CODE.PATINVERT); 5725PInvoke.PatBlt(dc, r.X, r.Y, r.Width, r.Height, ROP_CODE.PATINVERT);
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
701PInvoke.PatBlt(dc, r.X, r.Y, r.Width, r.Height, ROP_CODE.PATINVERT);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (3)
2672ROP_CODE.SRCCOPY); 3560ROP_CODE.SRCCOPY); 3578ROP_CODE.SRCCOPY);
System\Windows\Forms\Design\ComponentEditorForm.PageSelector.cs (1)
269PInvoke.PatBlt(dc, rc.left, rc.top, rc.Width, rc.Height, ROP_CODE.PATCOPY);
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
1478PInvoke.PatBlt(dc, r.X, r.Y, r.Width, r.Height, ROP_CODE.PATINVERT);
System\Windows\Forms\Rendering\ControlPaint.cs (3)
348PInvokeCore.BitBlt(targetDC, x: 0, y: 0, size.Width, size.Height, sourceDC, x1: 0, y1: 0, (ROP_CODE)0x220326); 2097ROP_CODE rop3 = (ROP_CODE)GetColorRop(
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignerUtils.cs (1)
413ROP_CODE.SRCCOPY);
System.Windows.Forms.Primitives (2)
Windows.Win32.PInvoke.GDI32.dll.g.cs (2)
567 internal static extern winmdroot.Foundation.BOOL PatBlt(winmdroot.Graphics.Gdi.HDC hdc, int x, int y, int w, int h, winmdroot.Graphics.Gdi.ROP_CODE rop); 679 internal static extern unsafe int StretchDIBits(winmdroot.Graphics.Gdi.HDC hdc, int xDest, int yDest, int DestWidth, int DestHeight, int xSrc, int ySrc, int SrcWidth, int SrcHeight, [Optional] void* lpBits, winmdroot.Graphics.Gdi.BITMAPINFO* lpbmi, winmdroot.Graphics.Gdi.DIB_USAGE iUsage, winmdroot.Graphics.Gdi.ROP_CODE rop);
System.Windows.Forms.Primitives.TestUtilities (1)
Metafiles\RecordTypes\EMRBITBLT.cs (1)
21public ROP_CODE dwRop;