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)
27
if (
_nativeIterator
is not null)
34
PInvokeGdiPlus.GdipDeletePathIter(
_nativeIterator
);
64
PInvokeGdiPlus.GdipPathIterNextSubpath(
_nativeIterator
, &resultCount, s, e, &tempIsClosed).ThrowIfFailed();
75
PInvokeGdiPlus.GdipPathIterNextSubpathPath(
_nativeIterator
, &resultCount, path.Pointer(), &tempIsClosed).ThrowIfFailed();
88
PInvokeGdiPlus.GdipPathIterNextPathType(
_nativeIterator
, &resultCount, pt, s, e).ThrowIfFailed();
100
PInvokeGdiPlus.GdipPathIterNextMarker(
_nativeIterator
, &resultCount, s, e).ThrowIfFailed();
109
PInvokeGdiPlus.GdipPathIterNextMarkerPath(
_nativeIterator
, &resultCount, path.Pointer()).ThrowIfFailed();
119
PInvokeGdiPlus.GdipPathIterGetCount(
_nativeIterator
, &resultCount).ThrowIfFailed();
130
PInvokeGdiPlus.GdipPathIterGetSubpathCount(
_nativeIterator
, &resultCount).ThrowIfFailed();
139
PInvokeGdiPlus.GdipPathIterHasCurve(
_nativeIterator
, &hasCurve).ThrowIfFailed();
146
PInvokeGdiPlus.GdipPathIterRewind(
_nativeIterator
).ThrowIfFailed();
178
_nativeIterator
,
226
_nativeIterator
,