5 writes to nativePath
System.Drawing (5)
commonui\System\Drawing\Advanced\GraphicsPath.cs (5)
66
this.
nativePath
= nativePath;
119
this.
nativePath
= nativePath;
170
this.
nativePath
= nativePath;
203
this.
nativePath
= nativePath;
236
nativePath
= IntPtr.Zero;
78 references to nativePath
System.Drawing (78)
commonui\System\Drawing\Advanced\CustomLineCap.cs (2)
87
new HandleRef(fillPath, (fillPath == null) ? IntPtr.Zero : fillPath.
nativePath
),
88
new HandleRef(strokePath, (strokePath == null) ? IntPtr.Zero : strokePath.
nativePath
),
commonui\System\Drawing\Advanced\GraphicsPath.cs (63)
185
int status = SafeNativeMethods.Gdip.GdipClonePath(new HandleRef(this,
nativePath
), out clonePath);
218
if (
nativePath
!= IntPtr.Zero) {
223
SafeNativeMethods.Gdip.GdipDeletePath(new HandleRef(this,
nativePath
));
260
int status = SafeNativeMethods.Gdip.GdipResetPath(new HandleRef(this,
nativePath
));
278
int status = SafeNativeMethods.Gdip.GdipGetPathFillMode(new HandleRef(this,
nativePath
), out fillmode);
293
int status = SafeNativeMethods.Gdip.GdipSetPathFillMode(new HandleRef(this,
nativePath
), (int) value);
321
int status = SafeNativeMethods.Gdip.GdipGetPathData(new HandleRef(this,
nativePath
), memoryPathData);
359
int status = SafeNativeMethods.Gdip.GdipStartPathFigure(new HandleRef(this,
nativePath
));
373
int status = SafeNativeMethods.Gdip.GdipClosePathFigure(new HandleRef(this,
nativePath
));
386
int status = SafeNativeMethods.Gdip.GdipClosePathFigures(new HandleRef(this,
nativePath
));
399
int status = SafeNativeMethods.Gdip.GdipSetPathMarker(new HandleRef(this,
nativePath
));
410
int status = SafeNativeMethods.Gdip.GdipClearPathMarkers(new HandleRef(this,
nativePath
));
421
int status = SafeNativeMethods.Gdip.GdipReversePath(new HandleRef(this,
nativePath
));
434
int status = SafeNativeMethods.Gdip.GdipGetPathLastPoint(new HandleRef(this,
nativePath
), gppt);
489
int status = SafeNativeMethods.Gdip.GdipIsVisiblePathPoint(new HandleRef(this,
nativePath
),
542
int status = SafeNativeMethods.Gdip.GdipIsVisiblePathPointI(new HandleRef(this,
nativePath
),
603
int status = SafeNativeMethods.Gdip.GdipIsOutlineVisiblePathPoint(new HandleRef(this,
nativePath
),
666
int status = SafeNativeMethods.Gdip.GdipIsOutlineVisiblePathPointI(new HandleRef(this,
nativePath
),
697
int status = SafeNativeMethods.Gdip.GdipAddPathLine(new HandleRef(this,
nativePath
), x1, y1, x2, y2);
713
int status = SafeNativeMethods.Gdip.GdipAddPathLine2(new HandleRef(this,
nativePath
), new HandleRef(null, buf), points.Length);
740
int status = SafeNativeMethods.Gdip.GdipAddPathLineI(new HandleRef(this,
nativePath
), x1, y1, x2, y2);
757
int status = SafeNativeMethods.Gdip.GdipAddPathLine2I(new HandleRef(this,
nativePath
), new HandleRef(null, buf), points.Length);
788
int status = SafeNativeMethods.Gdip.GdipAddPathArc(new HandleRef(this,
nativePath
), x, y, width, height,
814
int status = SafeNativeMethods.Gdip.GdipAddPathArcI(new HandleRef(this,
nativePath
), x, y, width, height,
845
int status = SafeNativeMethods.Gdip.GdipAddPathBezier(new HandleRef(this,
nativePath
), x1, y1, x2, y2,
864
int status = SafeNativeMethods.Gdip.GdipAddPathBeziers(new HandleRef(this,
nativePath
), new HandleRef(null, buf), points.Length);
892
int status = SafeNativeMethods.Gdip.GdipAddPathBezierI(new HandleRef(this,
nativePath
), x1, y1, x2, y2,
911
int status = SafeNativeMethods.Gdip.GdipAddPathBeziersI(new HandleRef(this,
nativePath
), new HandleRef(null, buf), points.Length);
936
int status = SafeNativeMethods.Gdip.GdipAddPathCurve(new HandleRef(this,
nativePath
), new HandleRef(null, buf), points.Length);
953
int status = SafeNativeMethods.Gdip.GdipAddPathCurve2(new HandleRef(this,
nativePath
), new HandleRef(null, buf),
974
int status = SafeNativeMethods.Gdip.GdipAddPathCurve3(new HandleRef(this,
nativePath
), new HandleRef(null, buf),
997
int status = SafeNativeMethods.Gdip.GdipAddPathCurveI(new HandleRef(this,
nativePath
), new HandleRef(null, buf), points.Length);
1016
int status = SafeNativeMethods.Gdip.GdipAddPathCurve2I(new HandleRef(this,
nativePath
), new HandleRef(null, buf),
1037
int status = SafeNativeMethods.Gdip.GdipAddPathCurve3I(new HandleRef(this,
nativePath
), new HandleRef(null, buf),
1060
int status = SafeNativeMethods.Gdip.GdipAddPathClosedCurve(new HandleRef(this,
nativePath
), new HandleRef(null, buf), points.Length);
1080
int status = SafeNativeMethods.Gdip.GdipAddPathClosedCurve2(new HandleRef(this,
nativePath
), new HandleRef(null, buf), points.Length, tension);
1101
int status = SafeNativeMethods.Gdip.GdipAddPathClosedCurveI(new HandleRef(this,
nativePath
), new HandleRef(null, buf), points.Length);
1121
int status = SafeNativeMethods.Gdip.GdipAddPathClosedCurve2I(new HandleRef(this,
nativePath
), new HandleRef(null, buf), points.Length, tension);
1134
int status = SafeNativeMethods.Gdip.GdipAddPathRectangle(new HandleRef(this,
nativePath
), rect.X, rect.Y,
1153
int status = SafeNativeMethods.Gdip.GdipAddPathRectangles(new HandleRef(this,
nativePath
), new HandleRef(null, buf), rects.Length);
1169
int status = SafeNativeMethods.Gdip.GdipAddPathRectangleI(new HandleRef(this,
nativePath
), rect.X, rect.Y,
1187
int status = SafeNativeMethods.Gdip.GdipAddPathRectanglesI(new HandleRef(this,
nativePath
), new HandleRef(null, buf), rects.Length);
1215
int status = SafeNativeMethods.Gdip.GdipAddPathEllipse(new HandleRef(this,
nativePath
), x, y, width, height);
1245
int status = SafeNativeMethods.Gdip.GdipAddPathEllipseI(new HandleRef(this,
nativePath
), x, y, width, height);
1272
int status = SafeNativeMethods.Gdip.GdipAddPathPie(new HandleRef(this,
nativePath
), x, y, width, height,
1289
int status = SafeNativeMethods.Gdip.GdipAddPathPieI(new HandleRef(this,
nativePath
), x, y, width, height,
1306
int status = SafeNativeMethods.Gdip.GdipAddPathPolygon(new HandleRef(this,
nativePath
), new HandleRef(null, buf), points.Length);
1324
int status = SafeNativeMethods.Gdip.GdipAddPathPolygonI(new HandleRef(this,
nativePath
), new HandleRef(null, buf), points.Length);
1342
int status = SafeNativeMethods.Gdip.GdipAddPathPath(new HandleRef(this,
nativePath
), new HandleRef(addingPath, addingPath.
nativePath
), connect);
1365
int status = SafeNativeMethods.Gdip.GdipAddPathString(new HandleRef(this,
nativePath
),
1388
int status = SafeNativeMethods.Gdip.GdipAddPathStringI(new HandleRef(this,
nativePath
),
1410
int status = SafeNativeMethods.Gdip.GdipAddPathString(new HandleRef(this,
nativePath
),
1432
int status = SafeNativeMethods.Gdip.GdipAddPathStringI(new HandleRef(this,
nativePath
),
1457
int status = SafeNativeMethods.Gdip.GdipTransformPath(new HandleRef(this,
nativePath
),
1503
int status = SafeNativeMethods.Gdip.GdipGetPathWorldBounds(new HandleRef(this,
nativePath
),
1543
int status = SafeNativeMethods.Gdip.GdipFlattenPath(new HandleRef(this,
nativePath
),
1598
SafeNativeMethods.Gdip.GdipGetPointCount(new HandleRef(this,
nativePath
), out pointCount);
1603
int status = SafeNativeMethods.Gdip.GdipWidenPath(new HandleRef(this,
nativePath
),
1650
int status = SafeNativeMethods.Gdip.GdipWarpPath(new HandleRef(this,
nativePath
),
1678
int status = SafeNativeMethods.Gdip.GdipGetPointCount(new HandleRef(this,
nativePath
), out count);
1700
int status = SafeNativeMethods.Gdip.GdipGetPathTypes(new HandleRef(this,
nativePath
), types, count);
1725
int status = SafeNativeMethods.Gdip.GdipGetPathPoints(new HandleRef(this,
nativePath
), new HandleRef(null, buf), count);
commonui\System\Drawing\Advanced\GraphicsPathIterator.cs (3)
43
int status = SafeNativeMethods.Gdip.GdipCreatePathIter(out nativeIter, new HandleRef(path, (path == null) ? IntPtr.Zero : path.
nativePath
));
133
new HandleRef(path, (path == null) ? IntPtr.Zero : path.
nativePath
), out isClosed);
190
new HandleRef(path, (path == null) ? IntPtr.Zero : path.
nativePath
));
commonui\System\Drawing\Advanced\PathGradientBrush.cs (1)
164
int status = SafeNativeMethods.Gdip.GdipCreatePathGradientFromPath(new HandleRef(path, path.
nativePath
),
commonui\System\Drawing\Graphics.cs (3)
1694
new HandleRef(path, path.
nativePath
));
2295
new HandleRef(path, path.
nativePath
));
3999
int status = SafeNativeMethods.Gdip.GdipSetClipPath(new HandleRef(this, this.NativeGraphics), new HandleRef(path, path.
nativePath
), combineMode);
commonui\System\Drawing\Region.cs (6)
114
int status = SafeNativeMethods.Gdip.GdipCreateRegionPath(new HandleRef(path, path.
nativePath
), out region);
315
int status = SafeNativeMethods.Gdip.GdipCombineRegionPath(new HandleRef(this, nativeRegion), new HandleRef(path, path.
nativePath
), CombineMode.Intersect);
391
int status = SafeNativeMethods.Gdip.GdipCombineRegionPath(new HandleRef(this, nativeRegion), new HandleRef(path, path.
nativePath
), CombineMode.Union);
450
int status = SafeNativeMethods.Gdip.GdipCombineRegionPath(new HandleRef(this, nativeRegion), new HandleRef(path, path.
nativePath
), CombineMode.Xor);
508
int status = SafeNativeMethods.Gdip.GdipCombineRegionPath(new HandleRef(this, nativeRegion), new HandleRef(path, path.
nativePath
),
569
int status = SafeNativeMethods.Gdip.GdipCombineRegionPath(new HandleRef(this, nativeRegion), new HandleRef(path, path.
nativePath
), CombineMode.Complement);