3 references to GdipPathIterNextMarkerPath
System.Drawing.Common (1)
System\Drawing\Drawing2D\GraphicsPathIterator.cs (1)
109PInvokeGdiPlus.GdipPathIterNextMarkerPath(_nativeIterator, &resultCount, path.Pointer()).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
6193 /// <inheritdoc cref="GdipPathIterNextMarkerPath(winmdroot.Graphics.GdiPlus.GpPathIterator*, int*, winmdroot.Graphics.GdiPlus.GpPath*)"/> 6202 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipPathIterNextMarkerPath(iteratorLocal, resultCountLocal, pathLocal);