Implemented interface member:
20 references to Add
PresentationCore (14)
System\Windows\Media\Generated\PointCollection.cs (1)
712
resource.
Add
(value);
System\Windows\Media\Generated\PolyBezierSegmentFigureLogic.cs (1)
81
copy.
Add
(pt);
System\Windows\Media\Generated\PolyLineSegmentFigureLogic.cs (1)
81
copy.
Add
(pt);
System\Windows\Media\Generated\PolyQuadraticBezierSegmentFigureLogic.cs (1)
81
copy.
Add
(pt);
System\Windows\Media\PathGeometry.cs (2)
468
ptCollection.
Add
(new Point(pPoints[pointIndex+i].X, pPoints[pointIndex+i].Y));
499
ptCollection.
Add
(new Point(pPoints[pointIndex+i].X, pPoints[pointIndex+i].Y));
System\Windows\Media\PathStreamGeometryContext.cs (7)
159
_currentSegmentPoints.
Add
(point);
173
_currentSegmentPoints.
Add
(point1);
174
_currentSegmentPoints.
Add
(point2);
188
_currentSegmentPoints.
Add
(point1);
189
_currentSegmentPoints.
Add
(point2);
190
_currentSegmentPoints.
Add
(point3);
317
_currentSegmentPoints.
Add
(points[i]);
System\Windows\Media\PointCollection.cs (1)
35
collection.
Add
( point );
ReachFramework (6)
Serialization\DrawingContextFlattener.cs (6)
846
rslt.
Add
(matToEllipse.Transform(Add(ptStart, vecToBez1)));
847
rslt.
Add
(matToEllipse.Transform(Sub(ptPieceEnd, vecToBez2)));
848
rslt.
Add
(matToEllipse.Transform(ptPieceEnd));
858
rslt.
Add
(matToEllipse.Transform(Add(ptStart, vecToBez1)));
859
rslt.
Add
(matToEllipse.Transform(Sub(ptEnd, vecToBez2)));
860
rslt.
Add
(new Point(xEnd, yEnd));