3 writes to _savedHdcState
System.Private.Windows.Core (3)
Windows\Win32\Graphics\Gdi\DeviceContextHdcScope.cs (3)
92
_savedHdcState
= 0;
148
_savedHdcState
= saveHdcState ? PInvokeCore.SaveDC(HDC) : 0;
155
(HDC,
_savedHdcState
) = graphics.GetHdc(applyGraphicsState, saveHdcState);
2 references to _savedHdcState
System.Private.Windows.Core (2)
Windows\Win32\Graphics\Gdi\DeviceContextHdcScope.cs (2)
192
if (
_savedHdcState
!= 0)
194
PInvokeCore.RestoreDC(HDC,
_savedHdcState
);