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