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)
720
SortedList<string, string> policyKeys = new
SortedList
<string, string>();
System\UriTemplateTrieNode.cs (1)
676
this.items = new
SortedList
<UriTemplateCompoundPathSegment, Collection<AscendingSortedCompoundSegmentsCollection<T>.CollectionItem>>();
System.Web.Extensions (3)
UI\ProfileServiceManager.cs (3)
189
profileGroups = new
SortedList
<string, SortedList<string, object>>();
190
containingObject = new
SortedList
<string, object>();
196
containingObject = new
SortedList
<string, object>();
System.Workflow.Runtime (1)
WorkBatch.cs (1)
236
workItems = new
SortedList
<long, object>();
System.WorkflowServices (1)
System\Workflow\Activities\ContractMethodInfo.cs (1)
48
new
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