Implemented interface member:
5 references to IsLiveGrouping
PresentationFramework (5)
System\Windows\Data\ListCollectionView.cs (5)
1448OnPropertyChanged(nameof(IsLiveGrouping)); 1455get { return (IsLiveSorting==true) || (IsLiveFiltering==true) || (IsLiveGrouping==true); } 2280get { return ActiveComparer != null || ActiveFilter != null || (IsGrouping && IsLiveGrouping == true); } 2960bool isLiveGrouping = (IsLiveGrouping == true); 3077if (IsLiveGrouping == true)