4 implementations of CanChangeLiveSorting
PresentationFramework (4)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
767
bool ICollectionViewLiveShaping.
CanChangeLiveSorting
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
1263
public bool
CanChangeLiveSorting
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
1125
public bool
CanChangeLiveSorting
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
1397
public bool
CanChangeLiveSorting
6 references to CanChangeLiveSorting
PresentationFramework (6)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
772
return (cvls != null) ? cvls.
CanChangeLiveSorting
: false;
src\Framework\System\Windows\Controls\ItemCollection.cs (3)
1268
return (cvls != null) ? cvls.
CanChangeLiveSorting
: false;
1314
if (cvls != null && cvls.
CanChangeLiveSorting
)
1794
if (MyIsLiveSorting != null && cvls.
CanChangeLiveSorting
)
src\Framework\System\Windows\Data\CollectionViewSource.cs (2)
1042
if (liveView.
CanChangeLiveSorting
)
1057
CanChangeLiveSorting = liveView.
CanChangeLiveSorting
;