Implemented interface member:
method
Add
System.Collections.Generic.ICollection<T>.Add(T)
22 references to Add
PresentationCore (14)
Core\CSharp\System\Windows\Media\Generated\PointCollection.cs (1)
763
resource.
Add
(value);
Core\CSharp\System\Windows\Media\Generated\PolyBezierSegmentFigureLogic.cs (1)
105
copy.
Add
(pt);
Core\CSharp\System\Windows\Media\Generated\PolyLineSegmentFigureLogic.cs (1)
105
copy.
Add
(pt);
Core\CSharp\System\Windows\Media\Generated\PolyQuadraticBezierSegmentFigureLogic.cs (1)
105
copy.
Add
(pt);
Core\CSharp\System\Windows\Media\PathGeometry.cs (2)
516
ptCollection.
Add
(new Point(pPoints[pointIndex+i].X, pPoints[pointIndex+i].Y));
547
ptCollection.
Add
(new Point(pPoints[pointIndex+i].X, pPoints[pointIndex+i].Y));
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (7)
179
_currentSegmentPoints.
Add
(point);
193
_currentSegmentPoints.
Add
(point1);
194
_currentSegmentPoints.
Add
(point2);
208
_currentSegmentPoints.
Add
(point1);
209
_currentSegmentPoints.
Add
(point2);
210
_currentSegmentPoints.
Add
(point3);
337
_currentSegmentPoints.
Add
(points[i]);
Core\CSharp\System\Windows\Media\PointCollection.cs (1)
45
collection.
Add
( point );
System.Activities.Core.Presentation (7)
System\Activities\Core\Presentation\FlowchartDesigner.Container.cs (1)
466
newcollection.
Add
(nPt);
System\Activities\Core\Presentation\StateContainerEditor.CompositeView.cs (2)
80
metaData.
Add
(location);
517
newLocations.
Add
(newLocation);
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (3)
1776
points.
Add
(src);
1777
points.
Add
(invalidPoint); // this invalidates the view state
1778
points.
Add
(dest);
System\Activities\Core\Presentation\TransitionDesigner.xaml.cs (1)
475
newTransitionViewState.
Add
(new Point(0, 0));
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (1)
254
pointCollection.
Add
(new Point(point.X < 0 ? 0 : point.X, point.Y < 0 ? 0 : point.Y));