1 write to _savedState
System.Private.Windows.Core (1)
Windows\Win32\Graphics\Gdi\SaveDcScope.cs (1)
34_savedState = PInvokeCore.SaveDC(hdc);
2 references to _savedState
System.Private.Windows.Core (2)
Windows\Win32\Graphics\Gdi\SaveDcScope.cs (2)
40if (_savedState != 0) 42PInvokeCore.RestoreDC(HDC, _savedState);