2 writes to _hdc
System.Private.Windows.Core (2)
Windows\Win32\Graphics\Gdi\SelectObjectScope.cs (2)
35_hdc = default; 40_hdc = hdc;
2 references to _hdc
System.Private.Windows.Core (2)
Windows\Win32\Graphics\Gdi\SelectObjectScope.cs (2)
47if (!_hdc.IsNull) 49PInvokeCore.SelectObject(_hdc, PreviousObject);