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)
668
int n = (
_list
!= null) ?
_list
.Count : 0;
671
object z =
_list
[_index];