2 writes to _nativeIterator
System.Drawing.Common (2)
System\Drawing\Drawing2D\GraphicsPathIterator.cs (2)
16_nativeIterator = iterator; 50_nativeIterator = null;
13 references to _nativeIterator
System.Drawing.Common (13)
System\Drawing\Drawing2D\GraphicsPathIterator.cs (13)
27if (_nativeIterator is not null) 34PInvokeGdiPlus.GdipDeletePathIter(_nativeIterator); 64PInvokeGdiPlus.GdipPathIterNextSubpath(_nativeIterator, &resultCount, s, e, &tempIsClosed).ThrowIfFailed(); 75PInvokeGdiPlus.GdipPathIterNextSubpathPath(_nativeIterator, &resultCount, path.Pointer(), &tempIsClosed).ThrowIfFailed(); 88PInvokeGdiPlus.GdipPathIterNextPathType(_nativeIterator, &resultCount, pt, s, e).ThrowIfFailed(); 100PInvokeGdiPlus.GdipPathIterNextMarker(_nativeIterator, &resultCount, s, e).ThrowIfFailed(); 109PInvokeGdiPlus.GdipPathIterNextMarkerPath(_nativeIterator, &resultCount, path.Pointer()).ThrowIfFailed(); 119PInvokeGdiPlus.GdipPathIterGetCount(_nativeIterator, &resultCount).ThrowIfFailed(); 130PInvokeGdiPlus.GdipPathIterGetSubpathCount(_nativeIterator, &resultCount).ThrowIfFailed(); 139PInvokeGdiPlus.GdipPathIterHasCurve(_nativeIterator, &hasCurve).ThrowIfFailed(); 146PInvokeGdiPlus.GdipPathIterRewind(_nativeIterator).ThrowIfFailed(); 178_nativeIterator, 226_nativeIterator,