Implemented interface member:
5 references to IsLiveGrouping
PresentationFramework (5)
System\Windows\Data\ListCollectionView.cs (5)
1447OnPropertyChanged(nameof(IsLiveGrouping)); 1454get { return (IsLiveSorting==true) || (IsLiveFiltering==true) || (IsLiveGrouping==true); } 2279get { return ActiveComparer != null || ActiveFilter != null || (IsGrouping && IsLiveGrouping == true); } 2959bool isLiveGrouping = (IsLiveGrouping == true); 3076if (IsLiveGrouping == true)