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)
38if (!_hdc.IsNull) 40PInvokeCore.SetBkMode(_hdc, _previousMode);