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