3 references to GdipCreateFromHDC2
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
102
Gdip.CheckStatus(PInvokeGdiPlus.
GdipCreateFromHDC2
((HDC)hdc, (HANDLE)hdevice, &nativeGraphics));
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
1105
/// <inheritdoc cref="
GdipCreateFromHDC2
(winmdroot.Graphics.Gdi.HDC, winmdroot.Foundation.HANDLE, winmdroot.Graphics.GdiPlus.GpGraphics**)"/>
1110
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipCreateFromHDC2
(hdc, hDevice, graphicsLocal);