1 write to _hdc
System.Private.Windows.Core (1)
Windows\Win32\Graphics\Gdi\SetRop2Scope.cs (1)
33
_hdc
= _previousRop == rop2 ? default : hdc;
2 references to _hdc
System.Private.Windows.Core (2)
Windows\Win32\Graphics\Gdi\SetRop2Scope.cs (2)
38
if (!
_hdc
.IsNull)
40
PInvokeCore.SetROP2(
_hdc
, _previousRop);