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)
40
if (
_savedState
!= 0)
42
PInvokeCore.RestoreDC(HDC,
_savedState
);