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