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