3 references to GdipGetPathGradientSurroundColorsWithCount
System.Drawing.Common (1)
System\Drawing\Drawing2D\PathGradientBrush.cs (1)
147PInvokeGdiPlus.GdipGetPathGradientSurroundColorsWithCount(NativePathGradient, b, &count).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
4457 /// <inheritdoc cref="GdipGetPathGradientSurroundColorsWithCount(winmdroot.Graphics.GdiPlus.GpPathGradient*, uint*, int*)"/> 4464 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipGetPathGradientSurroundColorsWithCount(brushLocal, color, countLocal);