Implemented interface member:
1 override of
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
609public override object? this[object key]
2 writes to
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
622_list[key] = value;
System.Net.Primitives (1)
System\Net\CookieContainer.cs (1)
919m_list[s] = value;
4 references to
PresentationFramework (2)
System\Windows\Documents\AdornerLayer.cs (2)
642ArrayList adornerInfos = (ArrayList)_zOrderMap[zOrder]; 664adornerInfos = (ArrayList)_zOrderMap[keys[index]];
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
615return _list[key];
System.Net.Primitives (1)
System\Net\CookieContainer.cs (1)
911return m_list[s];