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