11 references to GetRange
PresentationFramework (3)
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (2)
1621objectsCached.InsertRange(start, objectsNew.GetRange(idxNew, idx - idxNew)); 1646objectsCached.InsertRange(end, objectsNew.GetRange(idxNew, objectsNew.Count - idxNew));
src\Framework\System\Windows\Annotations\AnnotationService.cs (1)
854leftover = annotations.GetRange(_maxAnnotationsBatch, annotations.Count - _maxAnnotationsBatch);
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (1)
764result = container.CanPasteItems(itemsToPaste.GetRange(0, 1));
System.Activities.Presentation\System\Activities\Presentation\Model\EditingScope.cs (1)
177List<Change> changesToApply = this.Changes.GetRange(startIndex, this.Changes.Count - startIndex);
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (1)
764result = container.CanPasteItems(itemsToPaste.GetRange(0, 1));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\EditingScope.cs (1)
177List<Change> changesToApply = this.Changes.GetRange(startIndex, this.Changes.Count - startIndex);
System.Workflow.Activities (1)
Rules\Parser\Intellisense.cs (1)
95List<Token> postfixTokens = tokens.GetRange(tokenIndex + 1, endTokenIndex - tokenIndex);
System.Workflow.ComponentModel (2)
AuthoringOM\ActivitiesCollection.cs (1)
140ICollection<Activity> children = base.GetRange(0, base.Count);
AuthoringOM\ItemList.cs (1)
206ICollection<T> children = this.GetRange(0, this.Count);
WindowsBase (1)
Base\System\IO\Packaging\ZipPackage.cs (1)
787parts.Add(new ZipPackagePart(this, _zipArchive, pieces.GetRange(startIndex, numItems), partUri, contentType.ToString(),