6 references to SortedList
mscorlib (1)
system\collections\sortedlist.cs (1)
293
SortedList sl = new
SortedList
(_size);
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);
WindowsBase (2)
Base\MS\Internal\IO\Zip\ZipIOCentralDirectoryBlock.cs (2)
125
SortedList blockList = new
SortedList
(CentralDirectoryDictionary.Count);
399
SortedList headerList = new
SortedList
(centralDirectoryCount);