2 references to SortedList
PresentationFramework (1)
System\Windows\Documents\AdornerLayer.cs (1)
1009
private SortedList _zOrderMap = new
SortedList
(10);
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
296
SortedList sl = new
SortedList
(_size);