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