2 writes to GroupBySelector
PresentationFramework (2)
System\Windows\Data\BindingListCollectionView.cs (1)
377_group.GroupBySelector = value;
System\Windows\Data\ListCollectionView.cs (1)
492_group.GroupBySelector = value;
4 references to GroupBySelector
PresentationFramework (4)
MS\Internal\Data\CollectionViewGroupRoot.cs (2)
464if (result == null && GroupBySelector != null) 466result = GroupBySelector(group, level);
System\Windows\Data\BindingListCollectionView.cs (1)
369get { return _group.GroupBySelector; }
System\Windows\Data\ListCollectionView.cs (1)
484get { return _group.GroupBySelector; }