Implemented interface member:
20 references to Add
PresentationCore (14)
System\Windows\Media\Generated\PointCollection.cs (1)
712resource.Add(value);
System\Windows\Media\Generated\PolyBezierSegmentFigureLogic.cs (1)
81copy.Add(pt);
System\Windows\Media\Generated\PolyLineSegmentFigureLogic.cs (1)
81copy.Add(pt);
System\Windows\Media\Generated\PolyQuadraticBezierSegmentFigureLogic.cs (1)
81copy.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)
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)
35collection.Add( point );
ReachFramework (6)
Serialization\DrawingContextFlattener.cs (6)
846rslt.Add(matToEllipse.Transform(Add(ptStart, vecToBez1))); 847rslt.Add(matToEllipse.Transform(Sub(ptPieceEnd, vecToBez2))); 848rslt.Add(matToEllipse.Transform(ptPieceEnd)); 858rslt.Add(matToEllipse.Transform(Add(ptStart, vecToBez1))); 859rslt.Add(matToEllipse.Transform(Sub(ptEnd, vecToBez2))); 860rslt.Add(new Point(xEnd, yEnd));