3 references to GdipGetPathGradientWrapMode
System.Drawing.Common (1)
System\Drawing\Drawing2D\PathGradientBrush.cs (1)
396
PInvokeGdiPlus.
GdipGetPathGradientWrapMode
(NativePathGradient, (GdiPlus.WrapMode*)&mode).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
4489
/// <inheritdoc cref="
GdipGetPathGradientWrapMode
(winmdroot.Graphics.GdiPlus.GpPathGradient*, winmdroot.Graphics.GdiPlus.WrapMode*)"/>
4496
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipGetPathGradientWrapMode
(brushLocal, wrapmodeLocal);