3 references to GdipFlush
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
514
CheckStatus(PInvokeGdiPlus.
GdipFlush
(NativeGraphics, (GdiPlus.FlushIntention)intention));
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
3001
/// <inheritdoc cref="
GdipFlush
(winmdroot.Graphics.GdiPlus.GpGraphics*, winmdroot.Graphics.GdiPlus.FlushIntention)"/>
3006
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipFlush
(graphicsLocal, intention);