2 writes to GroupBySelector
PresentationFramework (2)
System\Windows\Data\BindingListCollectionView.cs (1)
372_group.GroupBySelector = value;
System\Windows\Data\ListCollectionView.cs (1)
486_group.GroupBySelector = value;
4 references to GroupBySelector
PresentationFramework (4)
MS\Internal\Data\CollectionViewGroupRoot.cs (2)
461if (result == null && GroupBySelector != null) 463result = GroupBySelector(group, level);
System\Windows\Data\BindingListCollectionView.cs (1)
364get { return _group.GroupBySelector; }
System\Windows\Data\ListCollectionView.cs (1)
478get { return _group.GroupBySelector; }