1 write to _list
PresentationFramework (1)
MS\Internal\ListOfObject.cs (1)
19_list = list;
6 references to _list
PresentationFramework (6)
MS\Internal\ListOfObject.cs (6)
26return _list.IndexOf(item); 43return _list[index]; 67return _list.Contains(item); 72_list.CopyTo(array, arrayIndex); 77get { return _list.Count; } 96return new ObjectEnumerator(_list);