1 write to _list
PresentationFramework (1)
MS\Internal\Data\CollectionViewGroupInternal.cs (1)
626
_list
= list;
3 references to _list
PresentationFramework (3)
MS\Internal\Data\CollectionViewGroupInternal.cs (3)
636
int n = (
_list
!= null) ?
_list
.Count : 0;
639
object z =
_list
[_index];