6 references to SortedList
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (1)
729propertyTriggerLayers = new SortedList<Int64, AnimationLayer>(1);
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextContainerChangedEventArgs.cs (1)
336SortedList<int, TextChange> newChanges = new SortedList<int, TextChange>(Changes.Count);
System.ServiceModel (3)
System\ServiceModel\Channels\Msmq3PoisonHandler.cs (1)
21this.trackedMessages = new SortedList<long, int>(maxTrackedMessages);
System\ServiceModel\Diagnostics\ServiceModelPerformanceCounters.cs (1)
37this.actionToOperation = new SortedList<string, string>(contractDescription.Operations.Count);
System\ServiceModel\Diagnostics\TraceUtility.cs (1)
34static SortedList<int, string> traceCodes = new SortedList<int, string>(382)
System.Web.Extensions (1)
UI\ProfileServiceManager.cs (1)
132SortedList<string, object> topLevelSettings = new SortedList<string, object>(loadedProperties.Count);