11 references to SortedList
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextContainerChangedEventArgs.cs (1)
36_changes = new SortedList<int, TextChange>();
System (1)
compmod\system\collections\generic\sortedlist.cs (1)
125: this() {
System.ServiceModel (2)
System\ServiceModel\Description\WsdlExporter.cs (1)
720SortedList<string, string> policyKeys = new SortedList<string, string>();
System\UriTemplateTrieNode.cs (1)
676this.items = new SortedList<UriTemplateCompoundPathSegment, Collection<AscendingSortedCompoundSegmentsCollection<T>.CollectionItem>>();
System.Web.Extensions (3)
UI\ProfileServiceManager.cs (3)
189profileGroups = new SortedList<string, SortedList<string, object>>(); 190containingObject = new SortedList<string, object>(); 196containingObject = new SortedList<string, object>();
System.Workflow.Runtime (1)
WorkBatch.cs (1)
236workItems = new SortedList<long, object>();
System.WorkflowServices (1)
System\Workflow\Activities\ContractMethodInfo.cs (1)
48new SortedList<int, ContractMethodParameterInfo>();
WindowsBase (2)
Base\MS\Internal\PriorityQueue.cs (1)
12_priorityChains = new SortedList<int, PriorityChain<T>>(); // NOTE: should be Priority
Base\System\IO\Packaging\Package.cs (1)
74_partList = new SortedList<PackUriHelper.ValidatedPartUri, PackagePart>(); // initial default is zero