1 write to _previousRop
System.Windows.Forms.Primitives (1)
Windows\Win32\SetRop2Scope.cs (1)
30_previousRop = (R2_MODE)PInvoke.SetROP2(hdc, rop2);
2 references to _previousRop
System.Windows.Forms.Primitives (2)
Windows\Win32\SetRop2Scope.cs (2)
33_hdc = _previousRop == rop2 ? default : hdc; 40PInvoke.SetROP2(_hdc, _previousRop);