3 references to GdipSetPathGradientLinearBlend
System.Drawing.Common (1)
System\Drawing\Drawing2D\PathGradientBrush.cs (1)
257PInvokeGdiPlus.GdipSetPathGradientLinearBlend(NativePathGradient, focus, scale).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
7411 /// <inheritdoc cref="GdipSetPathGradientLinearBlend(winmdroot.Graphics.GdiPlus.GpPathGradient*, float, float)"/> 7416 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipSetPathGradientLinearBlend(brushLocal, focus, scale);