1 write to _hdc
System.Private.Windows.Core (1)
Windows\Win32\Graphics\Gdi\SetTextColorScope.cs (1)
34_hdc = color == _previousColor ? default : hdc;
2 references to _hdc
System.Private.Windows.Core (2)
Windows\Win32\Graphics\Gdi\SetTextColorScope.cs (2)
39if (!_hdc.IsNull) 41PInvokeCore.SetTextColor(_hdc, _previousColor);