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