1 write to _hdc
System.Windows.Forms.Primitives (1)
Windows\Win32\SetTextAlignmentScope.cs (1)
34_hdc = _previousTa == ta ? default : hdc;
2 references to _hdc
System.Windows.Forms.Primitives (2)
Windows\Win32\SetTextAlignmentScope.cs (2)
39if (!_hdc.IsNull) 41PInvoke.SetTextAlign(_hdc, _previousTa);