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