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