4 implementations of IsLiveFiltering
PresentationFramework (4)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
830
bool? ICollectionViewLiveShaping.
IsLiveFiltering
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
1325
public bool?
IsLiveFiltering
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
1159
public bool?
IsLiveFiltering
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
1443
public bool?
IsLiveFiltering
4 writes to IsLiveFiltering
PresentationFramework (4)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
841
cvls.
IsLiveFiltering
= value;
src\Framework\System\Windows\Controls\ItemCollection.cs (2)
1337
cvls.
IsLiveFiltering
= value;
1800
cvls.
IsLiveFiltering
= MyIsLiveFiltering;
src\Framework\System\Windows\Data\CollectionViewSource.cs (1)
1063
liveView.
IsLiveFiltering
= IsLiveFilteringRequested;
3 references to IsLiveFiltering
PresentationFramework (3)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
835
return (cvls != null) ? cvls.
IsLiveFiltering
: null;
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
1330
return (cvls != null) ? cvls.
IsLiveFiltering
: null;
src\Framework\System\Windows\Data\CollectionViewSource.cs (1)
1077
IsLiveFiltering = liveView.
IsLiveFiltering
;