4 references to SortedList
ILCompiler.Compiler (1)
Compiler\Disassembler.cs (1)
26
SortedList<int, Relocation> sortedRelocs = new
SortedList
<int, Relocation>(relocs.Length);
PresentationCore (1)
System\Windows\Media\Animation\AnimationStorage.cs (1)
720
propertyTriggerLayers = new
SortedList
<Int64, AnimationLayer>(1);
PresentationFramework (1)
System\Windows\Documents\TextContainerChangedEventArgs.cs (1)
330
SortedList<int, TextChange> newChanges = new
SortedList
<int, TextChange>(Changes.Count);
System.IO.Packaging (1)
System\IO\Packaging\Package.cs (1)
1208
_partList = new
SortedList
<PackUriHelper.ValidatedPartUri, PackagePart>(partDictionary.Count);