4 references to SortedList
PresentationFramework (3)
MS\Internal\AppModel\OleCmdHelper.cs (2)
180
_oleCmdMappingTable = new
SortedList
(10);
245
_editingCommandsMappingTable = new
SortedList
(2);
System\Windows\Documents\AdornerLayer.cs (1)
1005
private SortedList _zOrderMap = new
SortedList
(10);
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
296
SortedList sl = new
SortedList
(_size);