607 references to ToArray
ComSvcConfig (3)
mscorlib (49)
PresentationBuildTasks (8)
PresentationCore (18)
PresentationFramework (26)
SMSvcHost (3)
System (23)
System.Activities (5)
System.Activities.Core.Presentation (3)
System.Activities.DurableInstancing (1)
System.Activities.Presentation (14)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorRouter.cs (7)
206Rect[] srcDestRectsCopy = srcDestRects.ToArray();
220Point[] segments = GetRoutedLineSegments(srcPoint, destPoint, new Size(connectorMargin, connectorMargin), excludedRects.ToArray(), excludedLines.ToArray());
225segments = GetRoutedLineSegments(srcPoint, destPoint, new Size(connectorMargin, connectorMargin), excludedRects.ToArray(), new Point[] { });
231segments = GetRoutedLineSegments(srcPoint, destPoint, new Size(connectorMargin, connectorMargin), srcDestRects.ToArray(), new Point[] { });
283return points.ToArray();
875return refinedPath.ToArray();
System.AddIn (7)
System.ComponentModel.DataAnnotations (2)
System.Core (10)
System.Data (32)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorRouter.cs (7)
206Rect[] srcDestRectsCopy = srcDestRects.ToArray();
220Point[] segments = GetRoutedLineSegments(srcPoint, destPoint, new Size(connectorMargin, connectorMargin), excludedRects.ToArray(), excludedLines.ToArray());
225segments = GetRoutedLineSegments(srcPoint, destPoint, new Size(connectorMargin, connectorMargin), excludedRects.ToArray(), new Point[] { });
231segments = GetRoutedLineSegments(srcPoint, destPoint, new Size(connectorMargin, connectorMargin), srcDestRects.ToArray(), new Point[] { });
283return points.ToArray();
875return refinedPath.ToArray();
System.Data.Entity (23)
System\Data\Query\PlanCompiler\ColumnMapProcessor.cs (4)
151ComplexTypeColumnMap columnMap = new ComplexTypeColumnMap(typeInfo.Type, name, propertyColumnMapList.ToArray(), nullSentinelColumnMap);
205columnMap = new EntityColumnMap(typeInfo.Type, name, propertyColumnMapList.ToArray(), superTypeColumnMap.EntityIdentity);
246EntityIdentity identity = CreateEntityIdentity((md.EntityType)typeInfo.Type.EdmType, entitySetIdColumnMap, keyColumnMapList.ToArray());
249columnMap = new EntityColumnMap(typeInfo.Type, name, propertyColumnMapList.ToArray(), identity);
System.Data.Entity.Design (14)
System.Data.Linq (14)
System.Data.Services (6)
System.Data.Services.Client (2)
System.Data.Services.Design (11)
System.Data.SqlXml (4)
System.IdentityModel (3)
System.Runtime.Serialization (1)
System.ServiceModel (49)
System.ServiceModel.Activation (7)
System.ServiceModel.Activities (2)
System.ServiceModel.Channels (6)
System.ServiceModel.Discovery (2)
System.ServiceModel.Internals (2)
System.ServiceModel.WasHosting (4)
System.ServiceModel.Web (5)
System.Web (11)
System.Web.DataVisualization (25)
System.Web.DynamicData (2)
System.Web.Entity (5)
System.Web.Entity.Design (6)
System.Web.Extensions (4)
System.Web.Services (6)
System.Windows.Forms (2)
System.Windows.Forms.DataVisualization (24)
System.Workflow.Activities (20)
System.Workflow.ComponentModel (103)
AuthoringOM\Design\Connector.cs (16)
314Rectangle bounds = DesignerGeometryHelper.RectangleFromLineSegments(new List<Point>(ConnectorSegments).ToArray());
445ActivityDesignerPaint.DrawConnectors(e.Graphics, e.DesignerTheme.ForegroundPen, new List<Point>(ConnectorSegments).ToArray(), arrowCapSize, maxCapSize, theme.ConnectorStartCap, theme.ConnectorEndCap);
459ActivityDesignerPaint.DrawConnectors(e.Graphics, lineSelectionPen, new List<Point>(ConnectorSegments).ToArray(), arrowCapSize, maxCapSize, theme.ConnectorStartCap, theme.ConnectorEndCap);
1007this.editedConnector.OnPaintSelected(e, drawPrimarySelection, segmentEditPoints.ToArray());
1010this.editedConnector.OnPaintEdited(e, segments.ToArray(), segmentEditPoints.ToArray());
1078Rectangle bounds = DesignerGeometryHelper.RectangleFromLineSegments(GetPointsFromEditPoints(this.editPoints).ToArray());
1184this.editPoints.InsertRange(1, newEditPoints.ToArray());
1284this.editPoints.InsertRange(this.editPoints.Count - 1, editPointsToAdd.ToArray());
1530Point[] routedPoints = ConnectorRouter.Route(sourcePoint, targetPoint, new Size(2 * ambientTheme.Margin.Width, 2 * ambientTheme.Margin.Height), rootDesigner.Bounds, rectanglesToExclude.ToArray(), linesToExclude.ToArray(), pointsToExclude.ToArray());
1537routedPoints = ConnectorRouter.Route(sourcePoint, targetPoint, ambientTheme.Margin, rootDesigner.Bounds, new Rectangle[] { }, linesToExclude.ToArray(), new Point[] { });
1836return GetRoutedLineSegments(begin, end, margin, excludedRectangles.ToArray(), excludedLines.ToArray());
2003return refinedPath.ToArray();
System.Workflow.Runtime (3)
System.WorkflowServices (5)
System.Xml (18)
WindowsBase (6)
WsatConfig (3)
WsatUI (2)
XamlBuildTask (3)