4 references to R2_COPYPEN
System.Windows.Forms (1)
System\Windows\Forms\Rendering\ScreenDcCache.cs (1)
110
Debug.Assert(PInvoke.GetROP2(hdc) == R2_MODE.
R2_COPYPEN
);
System.Windows.Forms.Primitives (2)
System\Windows\Forms\DeviceContextExtensions.cs (2)
34
using SetRop2Scope ropScope = new(hdc, R2_MODE.
R2_COPYPEN
);
84
using SetRop2Scope ropScope = new(hdc, R2_MODE.
R2_COPYPEN
);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ButtonRenderingTests.cs (1)
248
State.Rop2(R2_MODE.
R2_COPYPEN
)));