2 writes to GroupBySelector
PresentationFramework (2)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
384_group.GroupBySelector = value;
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
500_group.GroupBySelector = value;
4 references to GroupBySelector
PresentationFramework (4)
src\Framework\MS\Internal\Data\CollectionViewGroupRoot.cs (2)
469if (result == null && GroupBySelector != null) 471result = GroupBySelector(group, level);
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
376get { return _group.GroupBySelector; }
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
492get { return _group.GroupBySelector; }