5 references to SaveDC
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
3318
saveState = 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);