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