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)
47
if (!
_hdc
.IsNull)
49
PInvokeCore.SelectObject(
_hdc
, PreviousObject);