5 references to SaveDC
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
3318saveState = PInvokeCore.SaveDC(hdc);
System.Private.Windows.Core (2)
Windows\Win32\Graphics\Gdi\SaveDcScope.cs (2)
29/// Saves the device context state using <see cref="PInvokeCore.SaveDC(HDC)"/>. 34_savedState = PInvokeCore.SaveDC(hdc);
System.Private.Windows.GdiPlus (1)
Windows\Win32\Graphics\Gdi\DeviceContextHdcScope.cs (1)
148_savedHdcState = saveHdcState ? PInvokeCore.SaveDC(HDC) : 0;
System.Windows.Forms (1)
System\Windows\Forms\Rendering\DCMapping.cs (1)
37_savedState = PInvokeCore.SaveDC(hdc);