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