Implemented interface member:
property
IsLiveFiltering
System.ComponentModel.ICollectionViewLiveShaping.IsLiveFiltering
6 references to IsLiveFiltering
PresentationFramework (6)
src\Framework\System\Windows\Data\ListCollectionView.cs (6)
1487get { return (IsLiveSorting==true) || (IsLiveFiltering==true) || (IsLiveGrouping==true); } 1918if (lsList != null && IsLiveFiltering == true) 1952if (lsList != null && IsLiveFiltering == true) 1989if (lsList != null && IsLiveFiltering == true) 2611else if (IsLiveFiltering == true) 3112if (IsLiveFiltering == true)