2 writes to _list
PresentationCore (2)
Shared\MS\Internal\PartialList.cs (2)
38
_list
= list;
48
_list
= list;
3 references to _list
PresentationCore (3)
Shared\MS\Internal\PartialList.cs (3)
87
return
_list
[index + _initialIndex];
98
int index =
_list
.IndexOf(item);
164
yield return
_list
[i];