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