2 writes to GroupBySelector
PresentationFramework (2)
System\Windows\Data\BindingListCollectionView.cs (1)
371_group.GroupBySelector = value;
System\Windows\Data\ListCollectionView.cs (1)
485_group.GroupBySelector = value;
4 references to GroupBySelector
PresentationFramework (4)
MS\Internal\Data\CollectionViewGroupRoot.cs (2)
460if (result == null && GroupBySelector != null) 462result = GroupBySelector(group, level);
System\Windows\Data\BindingListCollectionView.cs (1)
363get { return _group.GroupBySelector; }
System\Windows\Data\ListCollectionView.cs (1)
477get { return _group.GroupBySelector; }