66 references to AddPath
System.Web.DataVisualization (29)
Common\Annotation\CalloutAnnotation.cs (3)
1419 hotRegion.AddPath( path, false ); 1578 hotRegion.AddPath( linePath, false ); 1632 hotRegion.AddPath( linePath, false );
Common\Annotation\PolygonAnnotation.cs (1)
747selectionPath.AddPath(pathAbs, false);
Common\ChartTypes\AreaChart.cs (3)
859 resultPath.AddPath(segmentResultPath, true); 1166 resultPath.AddPath(segmentPath, true); 1467 resultPath.AddPath(surfacePath, true);
Common\ChartTypes\FunnelChart.cs (1)
1104segmentPath.AddPath(tmp, false);
Common\ChartTypes\KagiChart.cs (3)
946 resultPath.AddPath(resultPathLine[0], true); 948 resultPath.AddPath(resultPathLine[1], true); 950 resultPath.AddPath(resultPathLine[2], true);
Common\ChartTypes\LineChart.cs (2)
1959 resultPath.AddPath(segmentPath, true); 2382 resultPath.AddPath(segmentPath, true);
Common\ChartTypes\RadarChart.cs (1)
922 selectionPath.AddPath(linePath, false);
Common\ChartTypes\RangeChart.cs (6)
278gradientPath.AddPath(areaPath, true); 280gradientPath.AddPath(areaBottomPath, true); 1087 resultPath.AddPath(segmentPath, true); 1435 resultPath.AddPath(surfacePath, true); 1691 resultPath.AddPath(topLine, true); 1692 resultPath.AddPath(bottomLine, true);
Common\ChartTypes\StackedAreaChart.cs (2)
773gradientPath.AddPath(areaPath, true); 775gradientPath.AddPath(areaBottomPath, true);
Common\ChartTypes\StepLineChart.cs (1)
401 resultPath.AddPath(resultPathLine2, true);
Common\General\AxisScaleSegments.cs (3)
374 fillPath.AddPath(breakLinePathTop, true); 376 fillPath.AddPath(breakLinePathBottom, true); 408 shadowPath.AddPath(breakLinePathTop, false);
Common\General\ChartGraphics3D.cs (3)
1693 resultPath.AddPath(segmentResultPath, true); 2072 resultPath.AddPath(segmentPath, true); 4323 resultPath.AddPath(pathToDraw, true);
System.Windows.Forms.DataVisualization (29)
Common\Annotation\CalloutAnnotation.cs (3)
1419 hotRegion.AddPath( path, false ); 1578 hotRegion.AddPath( linePath, false ); 1632 hotRegion.AddPath( linePath, false );
Common\Annotation\PolygonAnnotation.cs (1)
747selectionPath.AddPath(pathAbs, false);
Common\ChartTypes\AreaChart.cs (3)
859 resultPath.AddPath(segmentResultPath, true); 1166 resultPath.AddPath(segmentPath, true); 1467 resultPath.AddPath(surfacePath, true);
Common\ChartTypes\FunnelChart.cs (1)
1104segmentPath.AddPath(tmp, false);
Common\ChartTypes\KagiChart.cs (3)
946 resultPath.AddPath(resultPathLine[0], true); 948 resultPath.AddPath(resultPathLine[1], true); 950 resultPath.AddPath(resultPathLine[2], true);
Common\ChartTypes\LineChart.cs (2)
1959 resultPath.AddPath(segmentPath, true); 2382 resultPath.AddPath(segmentPath, true);
Common\ChartTypes\RadarChart.cs (1)
922 selectionPath.AddPath(linePath, false);
Common\ChartTypes\RangeChart.cs (6)
278gradientPath.AddPath(areaPath, true); 280gradientPath.AddPath(areaBottomPath, true); 1087 resultPath.AddPath(segmentPath, true); 1435 resultPath.AddPath(surfacePath, true); 1691 resultPath.AddPath(topLine, true); 1692 resultPath.AddPath(bottomLine, true);
Common\ChartTypes\StackedAreaChart.cs (2)
773gradientPath.AddPath(areaPath, true); 775gradientPath.AddPath(areaBottomPath, true);
Common\ChartTypes\StepLineChart.cs (1)
401 resultPath.AddPath(resultPathLine2, true);
Common\General\AxisScaleSegments.cs (3)
374 fillPath.AddPath(breakLinePathTop, true); 376 fillPath.AddPath(breakLinePathBottom, true); 408 shadowPath.AddPath(breakLinePathTop, false);
Common\General\ChartGraphics3D.cs (3)
1693 resultPath.AddPath(segmentResultPath, true); 2072 resultPath.AddPath(segmentPath, true); 4323 resultPath.AddPath(pathToDraw, true);
System.Workflow.Activities (2)
Designers\StateMachineDesignerPaint.cs (2)
415lineCapPath.AddPath(ActivityDesignerPaint.GetRoundedRectanglePath(new Rectangle(-capSize.Width / 2, -capSize.Height, capSize.Width, capSize.Height), arcRadius), true); 437designerPath.AddPath(ActivityDesignerPaint.GetRoundedRectanglePath(bounds, arcDiameter), true);
System.Workflow.ComponentModel (6)
AuthoringOM\Design\DesignerHelpers.cs (4)
454excludePath.AddPath(GetRoundedRectanglePath(shadowSourceRectangle, AmbientTheme.ArcDiameter), true); 475shadowPath.AddPath(GetRoundedRectanglePath(shadowRectangle, AmbientTheme.ArcDiameter), true); 571designerPath.AddPath(GetRoundedRectanglePath(bounds, AmbientTheme.ArcDiameter), true); 733lineCapPath.AddPath(GetRoundedRectanglePath(new Rectangle(-capSize.Width / 2, -capSize.Height, capSize.Width, capSize.Height), arcRadius), true);
AuthoringOM\Design\DesignerWidgets.cs (2)
2679stripPath.AddPath(ActivityDesignerPaint.GetRoundedRectanglePath(stripRectangle, 4), false); 2720itemPath.AddPath(ActivityDesignerPaint.GetRoundedRectanglePath(itemRectangle, 4), true);