2 writes to IsGroupingSet
PresentationFramework (2)
src\Framework\System\Windows\Controls\ItemCollection.cs (2)
2059
IsGroupingSet
= true; // most recent change came from ItemCollection
2074
IsGroupingSet
= false; // most recent change came from inner collection view
2 references to IsGroupingSet
PresentationFramework (2)
src\Framework\System\Windows\Controls\ItemCollection.cs (2)
1782
ObservableCollection<GroupDescription> source = (
IsGroupingSet
) ? MyGroupDescriptions : _collectionView.GroupDescriptions;
1783
ObservableCollection<GroupDescription> target = (
IsGroupingSet
) ? _collectionView.GroupDescriptions : MyGroupDescriptions;