46 references to ROP_CODE
System.Drawing.Common (19)
System\Drawing\BufferedGraphics.cs (1)
100
ROP_CODE
.SRCCOPY);
System\Drawing\CopyPixelOperation.cs (17)
14
Blackness = (int)
ROP_CODE
.BLACKNESS,
19
CaptureBlt = (int)
ROP_CODE
.CAPTUREBLT,
20
DestinationInvert = (int)
ROP_CODE
.DSTINVERT,
21
MergeCopy = (int)
ROP_CODE
.MERGECOPY,
22
MergePaint = (int)
ROP_CODE
.MERGEPAINT,
23
NoMirrorBitmap = unchecked((int)
ROP_CODE
.NOMIRRORBITMAP),
24
NotSourceCopy = (int)
ROP_CODE
.NOTSRCCOPY,
25
NotSourceErase = (int)
ROP_CODE
.NOTSRCERASE,
26
PatCopy = (int)
ROP_CODE
.PATCOPY,
27
PatInvert = (int)
ROP_CODE
.PATINVERT,
28
PatPaint = (int)
ROP_CODE
.PATPAINT,
29
SourceAnd = (int)
ROP_CODE
.SRCAND,
30
SourceCopy = (int)
ROP_CODE
.SRCCOPY,
31
SourceErase = (int)
ROP_CODE
.SRCERASE,
32
SourceInvert = (int)
ROP_CODE
.SRCINVERT,
33
SourcePaint = (int)
ROP_CODE
.SRCPAINT,
34
Whiteness = (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)
42
ROP_CODE
.SRCCOPY);
Windows\Win32\PInvokeCore.BitBlt.cs (4)
8
/// <inheritdoc cref="BitBlt(HDC, int, int, int, int, HDC, int, int,
ROP_CODE
)"/>
18
ROP_CODE
rop) where T : IHandle<HDC>
34
/// <inheritdoc cref="BitBlt(HDC, int, int, int, int, HDC, int, int,
ROP_CODE
)"/>
44
ROP_CODE
rop) where T : IHandle<HDC>
System.Windows.Forms (16)
System\Windows\Forms\Control.cs (1)
5036
ROP_CODE
.SRCCOPY);
System\Windows\Forms\Control.MetafileDCWrapper.cs (1)
204
ROP_CODE
.SRCCOPY);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (5)
5707
PInvoke.PatBlt(dc, r.X, r.Y, r.Width, DATAGRIDVIEW_shadowEdgeThickness,
ROP_CODE
.PATINVERT);
5708
PInvoke.PatBlt(dc, r.X, r.Y + r.Height - DATAGRIDVIEW_shadowEdgeThickness, r.Width, DATAGRIDVIEW_shadowEdgeThickness,
ROP_CODE
.PATINVERT);
5709
PInvoke.PatBlt(dc, r.X, r.Y + DATAGRIDVIEW_shadowEdgeThickness, DATAGRIDVIEW_shadowEdgeThickness, r.Height - 2 * DATAGRIDVIEW_shadowEdgeThickness,
ROP_CODE
.PATINVERT);
5710
PInvoke.PatBlt(dc, r.X + r.Width - DATAGRIDVIEW_shadowEdgeThickness, r.Y + DATAGRIDVIEW_shadowEdgeThickness, DATAGRIDVIEW_shadowEdgeThickness, r.Height - 2 * DATAGRIDVIEW_shadowEdgeThickness,
ROP_CODE
.PATINVERT);
5725
PInvoke.PatBlt(dc, r.X, r.Y, r.Width, r.Height,
ROP_CODE
.PATINVERT);
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
701
PInvoke.PatBlt(dc, r.X, r.Y, r.Width, r.Height,
ROP_CODE
.PATINVERT);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (3)
2672
ROP_CODE
.SRCCOPY);
3560
ROP_CODE
.SRCCOPY);
3578
ROP_CODE
.SRCCOPY);
System\Windows\Forms\Design\ComponentEditorForm.PageSelector.cs (1)
269
PInvoke.PatBlt(dc, rc.left, rc.top, rc.Width, rc.Height,
ROP_CODE
.PATCOPY);
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
1478
PInvoke.PatBlt(dc, r.X, r.Y, r.Width, r.Height,
ROP_CODE
.PATINVERT);
System\Windows\Forms\Rendering\ControlPaint.cs (3)
348
PInvokeCore.BitBlt(targetDC, x: 0, y: 0, size.Width, size.Height, sourceDC, x1: 0, y1: 0, (
ROP_CODE
)0x220326);
2097
ROP_CODE
rop3 = (
ROP_CODE
)GetColorRop(
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignerUtils.cs (1)
413
ROP_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)
21
public
ROP_CODE
dwRop;