1 type derived from SortedList
mscorlib (1)
system\collections\sortedlist.cs (1)
557private class SyncSortedList : SortedList
27 instantiations of SortedList
mscorlib (2)
system\collections\sortedlist.cs (1)
293SortedList sl = new SortedList(_size);
system\resources\resourcewriter.cs (1)
400SortedList sortedResources = new SortedList(_resourceList, FastResourceComparer.Default);
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\OleCmdHelper.cs (2)
220_oleCmdMappingTable.Value = new SortedList(10); 297_editingCommandsMappingTable.Value = new SortedList(2);
src\Framework\System\Windows\Documents\AdornerLayer.cs (1)
1024private SortedList _zOrderMap = new SortedList(10);
System (4)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
2915importList = new SortedList(StringComparer.Ordinal);
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
2439importList = new SortedList(StringComparer.OrdinalIgnoreCase);
compmod\system\collections\specialized\collectionsutil.cs (1)
43return new SortedList(CaseInsensitiveComparer.Default);
net\System\Net\cookiecontainer.cs (1)
911SortedList m_list = (SortedList.Synchronized(new SortedList(PathListComparer.StaticInstance)));
System.Management (4)
WmiGenerator.cs (4)
102private SortedList PublicProperties = new SortedList(StringComparer.OrdinalIgnoreCase); 103private SortedList PublicMethods = new SortedList (StringComparer.OrdinalIgnoreCase); 104private SortedList PublicNamesUsed = new SortedList(StringComparer.OrdinalIgnoreCase); 105private SortedList PrivateNamesUsed = new SortedList(StringComparer.OrdinalIgnoreCase);
System.Security (4)
system\security\cryptography\xml\c14nutil.cs (4)
180SortedList nsListToRender = new SortedList(new NamespaceSortOrder()); 181SortedList attrListToRender = new SortedList(new AttributeSortOrder()); 238SortedList nsListToRender = new SortedList(new NamespaceSortOrder()); 239SortedList attrListToRender = new SortedList(new AttributeSortOrder());
System.Web (4)
UI\SkinBuilder.cs (1)
229skins = new SortedList(StringComparer.OrdinalIgnoreCase);
UI\WebParts\WebPartManager.cs (3)
984partsForZone = new SortedList(new WebPart.ZoneIndexComparer()); 2296partsForZone = new SortedList(new WebPart.ZoneIndexComparer()); 2307parts = new SortedList();
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (1)
156oleConverters = new SortedList();
System.Xml (2)
System\Xml\Schema\Preprocessor.cs (1)
82lockList = new SortedList();
System\Xml\Schema\XmlSchemaSet.cs (1)
98schemas = new SortedList();
WindowsBase (3)
Base\MS\Internal\IO\Zip\ZipIOCentralDirectoryBlock.cs (2)
125SortedList blockList = new SortedList(CentralDirectoryDictionary.Count); 399SortedList headerList = new SortedList(centralDirectoryCount);
Base\System\IO\Packaging\CompoundFile\DataSpaceManager.cs (1)
465_dataSpaceMap = new SortedList();
67 references to SortedList
mscorlib (15)
system\collections\sortedlist.cs (14)
63[DebuggerTypeProxy(typeof(System.Collections.SortedList.SortedListDebugView))] 293SortedList sl = new SortedList(_size); 536public static SortedList Synchronized(SortedList list) { 559private SortedList _list; 563internal SyncSortedList(SortedList list) { 732private SortedList sortedList; 746internal SortedListEnumerator(SortedList sortedList, int index, int count, 826private SortedList sortedList; 828internal KeyList(SortedList sortedList) { 914private SortedList sortedList; 916internal ValueList(SortedList sortedList) { 994private SortedList sortedList; 996public SortedListDebugView( SortedList sortedList) {
system\resources\resourcewriter.cs (1)
400SortedList sortedResources = new SortedList(_resourceList, FastResourceComparer.Default);
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\OleCmdHelper.cs (2)
307private SecurityCriticalDataForSet<SortedList> _oleCmdMappingTable; 309private SecurityCriticalDataForSet<SortedList> _editingCommandsMappingTable;
src\Framework\System\Windows\Documents\AdornerLayer.cs (1)
1024private SortedList _zOrderMap = new SortedList(10);
System (5)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
2911SortedList importList;
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
2436SortedList importList;
compmod\system\collections\specialized\collectionsutil.cs (1)
42public static SortedList CreateCaseInsensitiveSortedList() {
net\System\Net\cookiecontainer.cs (2)
911SortedList m_list = (SortedList.Synchronized(new SortedList(PathListComparer.StaticInstance)));
System.Management (5)
WmiGenerator.cs (5)
102private SortedList PublicProperties = new SortedList(StringComparer.OrdinalIgnoreCase); 103private SortedList PublicMethods = new SortedList (StringComparer.OrdinalIgnoreCase); 104private SortedList PublicNamesUsed = new SortedList(StringComparer.OrdinalIgnoreCase); 105private SortedList PrivateNamesUsed = new SortedList(StringComparer.OrdinalIgnoreCase); 4627int IsContainedIn(String strToFind, ref SortedList sortedList)
System.Security (23)
system\security\cryptography\xml\c14nutil.cs (10)
180SortedList nsListToRender = new SortedList(new NamespaceSortOrder()); 181SortedList attrListToRender = new SortedList(new AttributeSortOrder()); 238SortedList nsListToRender = new SortedList(new NamespaceSortOrder()); 239SortedList attrListToRender = new SortedList(new AttributeSortOrder()); 766internal abstract void TrackNamespaceNode(XmlAttribute attr, SortedList nsListToRender, Hashtable nsLocallyDeclared); 767internal abstract void TrackXmlNamespaceNode(XmlAttribute attr, SortedList nsListToRender, SortedList attrListToRender, Hashtable nsLocallyDeclared); 768internal abstract void GetNamespacesToRender (XmlElement element, SortedList attrListToRender, SortedList nsListToRender, Hashtable nsLocallyDeclared); 778internal void LoadRenderedNamespaces(SortedList nsRenderedList) {
system\security\cryptography\xml\canonicalxml.cs (7)
125private void GetNamespaceToRender(string nsPrefix, SortedList attrListToRender, SortedList nsListToRender, Hashtable nsLocallyDeclared) { 158internal override void GetNamespacesToRender (XmlElement element, SortedList attrListToRender, SortedList nsListToRender, Hashtable nsLocallyDeclared) { 184internal override void TrackNamespaceNode(XmlAttribute attr, SortedList nsListToRender, Hashtable nsLocallyDeclared) { 188internal override void TrackXmlNamespaceNode(XmlAttribute attr, SortedList nsListToRender, SortedList attrListToRender, Hashtable nsLocallyDeclared) {
system\security\cryptography\xml\exccanonicalxml.cs (6)
130private void GatherNamespaceToRender(string nsPrefix, SortedList nsListToRender, Hashtable nsLocallyDeclared) { 154internal override void GetNamespacesToRender (XmlElement element, SortedList attrListToRender, SortedList nsListToRender, Hashtable nsLocallyDeclared) { 163internal override void TrackNamespaceNode(XmlAttribute attr, SortedList nsListToRender, Hashtable nsLocallyDeclared) { 172internal override void TrackXmlNamespaceNode(XmlAttribute attr, SortedList nsListToRender, SortedList attrListToRender, Hashtable nsLocallyDeclared) {
System.Web (8)
UI\WebParts\WebPartManager.cs (8)
982SortedList partsForZone = (SortedList)(_partsForZone[zoneID]); 2294SortedList partsForZone = (SortedList)_partsForZone[zoneID]; 2305SortedList parts = (SortedList)_partsForZone[zone.ID]; 3954SortedList partsForZone = (SortedList)(_partsForZone[zoneID]);
System.Xml (5)
System\Xml\Schema\Preprocessor.cs (1)
55SortedList lockList;
System\Xml\Schema\SchemaSetCompiler.cs (1)
142SortedList schemas = schemaSet.SortedSchemas;
System\Xml\Schema\XmlSchemaSet.cs (3)
35SortedList schemas; // List of source schemas 1075SortedList copyFromList = otherSet.SortedSchemas; 1230internal SortedList SortedSchemas {
WindowsBase (3)
Base\MS\Internal\IO\Zip\ZipIOCentralDirectoryBlock.cs (2)
125SortedList blockList = new SortedList(CentralDirectoryDictionary.Count); 399SortedList headerList = new SortedList(centralDirectoryCount);
Base\System\IO\Packaging\CompoundFile\DataSpaceManager.cs (1)
92SortedList _dataSpaceMap;