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