3 references to SortedList
PresentationCore (1)
System\Windows\Media\Animation\AnimationStorage.cs (1)
727propertyTriggerLayers = new SortedList<Int64, AnimationLayer>(1);
PresentationFramework (1)
System\Windows\Documents\TextContainerChangedEventArgs.cs (1)
331SortedList<int, TextChange> newChanges = new SortedList<int, TextChange>(Changes.Count);
System.IO.Packaging (1)
System\IO\Packaging\Package.cs (1)
1214_partList = new SortedList<PackUriHelper.ValidatedPartUri, PackagePart>(partDictionary.Count);