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