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