Implemented interface member:
property
IsLiveSorting
System.ComponentModel.ICollectionViewLiveShaping.IsLiveSorting
2 references to IsLiveSorting
PresentationFramework (2)
src\Framework\System\Windows\Data\ListCollectionView.cs (2)
1487get { return (IsLiveSorting==true) || (IsLiveFiltering==true) || (IsLiveGrouping==true); } 3110if (IsLiveSorting == true)