3 references to SortedList
PresentationCore (1)
System\Windows\Media\Animation\AnimationStorage.cs (1)
727
propertyTriggerLayers = new
SortedList
<Int64, AnimationLayer>(1);
PresentationFramework (1)
System\Windows\Documents\TextContainerChangedEventArgs.cs (1)
331
SortedList<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);