1 write to _list
PresentationFramework (1)
MS\Internal\ListOfObject.cs (1)
21_list = list;
6 references to _list
PresentationFramework (6)
MS\Internal\ListOfObject.cs (6)
28return _list.IndexOf(item); 45return _list[index]; 69return _list.Contains(item); 74_list.CopyTo(array, arrayIndex); 79get { return _list.Count; } 98return new ObjectEnumerator(_list);