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