3 references to GdipPathIterGetSubpathCount
System.Drawing.Common (1)
System\Drawing\Drawing2D\GraphicsPathIterator.cs (1)
130PInvokeGdiPlus.GdipPathIterGetSubpathCount(_nativeIterator, &resultCount).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
6123 /// <inheritdoc cref="GdipPathIterGetSubpathCount(winmdroot.Graphics.GdiPlus.GpPathIterator*, int*)"/> 6130 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipPathIterGetSubpathCount(iteratorLocal, countLocal);