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