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