1 write to _hdc
System.Windows.Forms.Primitives (1)
Windows\Win32\SetBackgroundColorScope.cs (1)
30_hdc = color == _previousColor ? default : hdc;
2 references to _hdc
System.Windows.Forms.Primitives (2)
Windows\Win32\SetBackgroundColorScope.cs (2)
35if (!_hdc.IsNull) 37PInvoke.SetBkColor(_hdc, _previousColor);