Implemented interface member:
3 references to IsLiveSorting
PresentationFramework (3)
System\Windows\Data\ListCollectionView.cs (3)
1399
OnPropertyChanged(nameof(
IsLiveSorting
));
1454
get { return (
IsLiveSorting
==true) || (IsLiveFiltering==true) || (IsLiveGrouping==true); }
3072
if (
IsLiveSorting
== true)