3 references to GdipGetPathGradientBlend
System.Drawing.Common (1)
System\Drawing\Drawing2D\PathGradientBrush.cs (1)
212PInvokeGdiPlus.GdipGetPathGradientBlend(NativePathGradient, f, p, count).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
4304 /// <inheritdoc cref="GdipGetPathGradientBlend(winmdroot.Graphics.GdiPlus.GpPathGradient*, float*, float*, int)"/> 4313 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipGetPathGradientBlend(brushLocal, blendLocal, positionsLocal, count);