29 references to InsertRange
mscorlib (1)
system\collections\generic\list.cs (1)
248
InsertRange
(_size, collection);
PresentationCore (1)
Core\CSharp\System\Windows\Ink\StrokeCollection.cs (1)
564
( (List<Stroke>)this.Items ).
InsertRange
(indexes[0], strokesToReplaceWith);
PresentationFramework (6)
src\Framework\MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
385
_segments.
InsertRange
(ind, res);
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (3)
1596
objectsCached.
InsertRange
(start, objectsNew);
1621
objectsCached.
InsertRange
(start, objectsNew.GetRange(idxNew, idx - idxNew));
1646
objectsCached.
InsertRange
(end, objectsNew.GetRange(idxNew, objectsNew.Count - idxNew));
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
938
_regions.
InsertRange
(i, remainder);
src\Framework\System\Windows\Documents\FixedFlowMap.cs (1)
181
_flowOrder.
InsertRange
(index, flowNew);
System (2)
regex\system\text\regularexpressions\RegexNode.cs (2)
376
_children.
InsertRange
(i + 1, at._children);
480
_children.
InsertRange
(i + 1, at._children);
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\FlowchartDesigner.Helpers.cs (1)
206
connectionPoints.
InsertRange
(0, defaultConnectionPoints);
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorEditor.cs (3)
420
this.editPoints.
InsertRange
(activeEditPointIndex, new EditPoint[] { new EditPoint(EditPoint.EditPointTypes.MultiSegmentEditPoint, editPointLocation), previous });
441
this.editPoints.
InsertRange
(activeEditPointIndex + 1, new EditPoint[] { next, new EditPoint(EditPoint.EditPointTypes.MultiSegmentEditPoint, editPointLocation) });
500
this.editPoints.
InsertRange
(1, newEditPoints.ToArray());
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
799
variables.
InsertRange
(0, contained.AsEnumerable());
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorEditor.cs (3)
420
this.editPoints.
InsertRange
(activeEditPointIndex, new EditPoint[] { new EditPoint(EditPoint.EditPointTypes.MultiSegmentEditPoint, editPointLocation), previous });
441
this.editPoints.
InsertRange
(activeEditPointIndex + 1, new EditPoint[] { next, new EditPoint(EditPoint.EditPointTypes.MultiSegmentEditPoint, editPointLocation) });
500
this.editPoints.
InsertRange
(1, newEditPoints.ToArray());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
799
variables.
InsertRange
(0, contained.AsEnumerable());
fx\src\data\System\Data\DataTable.cs (2)
3915
cachedRows.
InsertRange
(cachedRows.Count, row.GetParentRows(relation));
3923
cachedRows.
InsertRange
(cachedRows.Count, row.GetChildRows(relation));
System.Data.Linq (1)
SqlClient\Query\SqlReorderer.cs (1)
54
this.Orders.
InsertRange
(0, exprs);
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\XslAst.cs (1)
125
content.
InsertRange
(0, collection);
System.Workflow.ComponentModel (6)
AuthoringOM\ActivityExecutionContext.cs (1)
757
clonedGrantedLock.waitList.
InsertRange
(0, this.waitList);
AuthoringOM\Design\Connector.cs (4)
1139
this.editPoints.
InsertRange
(activeEditPointIndex, new EditPoint[] { new EditPoint(this, EditPoint.EditPointTypes.MultiSegmentEditPoint, editPointLocation), previous });
1156
this.editPoints.
InsertRange
(activeEditPointIndex + 1, new EditPoint[] { next, new EditPoint(this, EditPoint.EditPointTypes.MultiSegmentEditPoint, editPointLocation) });
1184
this.editPoints.
InsertRange
(1, newEditPoints.ToArray());
1284
this.editPoints.
InsertRange
(this.editPoints.Count - 1, editPointsToAdd.ToArray());
AuthoringOM\ItemList.cs (1)
268
base.
InsertRange
(index, collection);