2 writes to IsGroupingSet
PresentationFramework (2)
System\Windows\Controls\ItemCollection.cs (2)
2034IsGroupingSet = true; // most recent change came from ItemCollection 2049IsGroupingSet = false; // most recent change came from inner collection view
2 references to IsGroupingSet
PresentationFramework (2)
System\Windows\Controls\ItemCollection.cs (2)
1759ObservableCollection<GroupDescription> source = (IsGroupingSet) ? MyGroupDescriptions : _collectionView.GroupDescriptions; 1760ObservableCollection<GroupDescription> target = (IsGroupingSet) ? _collectionView.GroupDescriptions : MyGroupDescriptions;