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