3 references to SetROP2
System.Private.Windows.Core (3)
Windows\Win32\Graphics\Gdi\SetRop2Scope.cs (3)
26/// Selects <paramref name="rop2"/> into the given <paramref name="hdc"/> using <see cref="PInvokeCore.SetROP2(HDC, R2_MODE)"/>. 30_previousRop = (R2_MODE)PInvokeCore.SetROP2(hdc, rop2); 40PInvokeCore.SetROP2(_hdc, _previousRop);