4 implementations of CanChangeLiveFiltering
PresentationFramework (4)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
779
bool ICollectionViewLiveShaping.
CanChangeLiveFiltering
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
1275
public bool
CanChangeLiveFiltering
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
1131
public bool
CanChangeLiveFiltering
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
1403
public bool
CanChangeLiveFiltering
6 references to CanChangeLiveFiltering
PresentationFramework (6)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
784
return (cvls != null) ? cvls.
CanChangeLiveFiltering
: false;
src\Framework\System\Windows\Controls\ItemCollection.cs (3)
1280
return (cvls != null) ? cvls.
CanChangeLiveFiltering
: false;
1336
if (cvls != null && cvls.
CanChangeLiveFiltering
)
1798
if (MyIsLiveFiltering != null && cvls.
CanChangeLiveFiltering
)
src\Framework\System\Windows\Data\CollectionViewSource.cs (2)
1061
if (liveView.
CanChangeLiveFiltering
)
1076
CanChangeLiveFiltering = liveView.
CanChangeLiveFiltering
;