1 write to _hdc
System.Private.Windows.Core (1)
Windows\Win32\Graphics\Gdi\SetBackgroundColorScope.cs (1)
30
_hdc
= color == _previousColor ? default : hdc;
2 references to _hdc
System.Private.Windows.Core (2)
Windows\Win32\Graphics\Gdi\SetBackgroundColorScope.cs (2)
35
if (!
_hdc
.IsNull)
37
PInvokeCore.SetBkColor(
_hdc
, _previousColor);