17 references to Add
System.Activities.Core.Presentation (6)
System\Activities\Core\Presentation\FlowchartDesigner.Container.cs (2)
465
Point nPt = Point.
Add
(pt, offset);
485
modifiedValues.Add(viewStatePair.Key, Point.
Add
((Point)viewStatePair.Value, offsetVector));
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
2010
Point newLocation = Point.
Add
(currentLocation, moveDir);
System\Activities\Core\Presentation\StateContainerEditor.CompositeView.cs (2)
490
viewState = Point.
Add
((Point)viewState, offsetVector);
514
Point newLocation = Point.
Add
(location, offsetVector);
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (1)
2105
Point newLocation = Point.
Add
(currentLocation, moveDir);
System.Activities.Presentation (11)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorPointsToSegmentsConverter.cs (2)
41
Point turningPoint1 = Point.
Add
(pointCollection[i - 1], Vector.Multiply(dist1 - RoundRadius, firstSegmentPointingVector));
42
Point turningPoint2 = Point.
Add
(pointCollection[i], Vector.Multiply(RoundRadius, secondSegmentPointingVector));
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorRouter.cs (9)
133
Rect rect = new Rect(Point.
Add
(panel.TranslatePoint(FreeFormPanel.GetLocation(child), outmostPanel), new Vector(margin.Left, margin.Top)), childSize);
1194
this.point1 = Point.
Add
(this.point1, new Vector(extendedLength, 0));
1195
this.point2 = Point.
Add
(this.point2, new Vector(-extendedLength, 0));
1199
this.point1 = Point.
Add
(this.point1, new Vector(-extendedLength, 0));
1200
this.point2 = Point.
Add
(this.point2, new Vector(extendedLength, 0));
1207
this.point1 = Point.
Add
(this.point1, new Vector(0, extendedLength));
1208
this.point2 = Point.
Add
(this.point2, new Vector(0, -extendedLength));
1212
this.point1 = Point.
Add
(this.point1, new Vector(0, -extendedLength));
1213
this.point2 = Point.
Add
(this.point2, new Vector(0, extendedLength));