1 write to list
WindowsBase (1)
Base\System\Collections\ObjectModel\WeakReadOnlyCollection.cs (1)
44this.list = list;
9 references to list
WindowsBase (9)
Base\System\Collections\ObjectModel\WeakReadOnlyCollection.cs (9)
48get { return list.Count; } 53get { return (T)list[index].Target; } 68return new WeakEnumerator(list.GetEnumerator()); 90get { return (T)list[index].Target; } 125return new WeakEnumerator(((IEnumerable)list).GetEnumerator()); 135ICollection c = list as ICollection; 225get { return (T)list[index].Target; } 280int n = list.Count; 284newList.Add((T)list[i].Target);