2 writes to nativeIter
System.Drawing (2)
commonui\System\Drawing\Advanced\GraphicsPathIterator.cs (2)
48
this.
nativeIter
= nativeIter;
83
nativeIter
= IntPtr.Zero;
13 references to nativeIter
System.Drawing (13)
commonui\System\Drawing\Advanced\GraphicsPathIterator.cs (13)
65
if (
nativeIter
!= IntPtr.Zero) {
70
SafeNativeMethods.Gdip.GdipDeletePathIter(new HandleRef(this,
nativeIter
));
110
int status = SafeNativeMethods.Gdip.GdipPathIterNextSubpath(new HandleRef(this,
nativeIter
), out resultCount,
132
int status = SafeNativeMethods.Gdip.GdipPathIterNextSubpathPath(new HandleRef(this,
nativeIter
), out resultCount,
151
int status = SafeNativeMethods.Gdip.GdipPathIterNextPathType(new HandleRef(this,
nativeIter
), out resultCount,
170
int status = SafeNativeMethods.Gdip.GdipPathIterNextMarker(new HandleRef(this,
nativeIter
), out resultCount,
189
int status = SafeNativeMethods.Gdip.GdipPathIterNextMarkerPath(new HandleRef(this,
nativeIter
), out resultCount,
206
int status = SafeNativeMethods.Gdip.GdipPathIterGetCount(new HandleRef(this,
nativeIter
), out resultCount);
223
int status = SafeNativeMethods.Gdip.GdipPathIterGetSubpathCount(new HandleRef(this,
nativeIter
), out resultCount);
240
int status = SafeNativeMethods.Gdip.GdipPathIterHasCurve(new HandleRef(this,
nativeIter
), out hasCurve);
254
int status = SafeNativeMethods.Gdip.GdipPathIterRewind(new HandleRef(this,
nativeIter
));
276
int status = SafeNativeMethods.Gdip.GdipPathIterEnumerate(new HandleRef(this,
nativeIter
), out resultCount,
318
int status = SafeNativeMethods.Gdip.GdipPathIterCopyData(new HandleRef(this,
nativeIter
), out resultCount,