4 implementations of IsLiveSorting
PresentationFramework (4)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
807
bool? ICollectionViewLiveShaping.
IsLiveSorting
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
1303
public bool?
IsLiveSorting
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
1147
public bool?
IsLiveSorting
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
1419
public bool?
IsLiveSorting
4 writes to IsLiveSorting
PresentationFramework (4)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
818
cvls.
IsLiveSorting
= value;
src\Framework\System\Windows\Controls\ItemCollection.cs (2)
1315
cvls.
IsLiveSorting
= value;
1796
cvls.
IsLiveSorting
= MyIsLiveSorting;
src\Framework\System\Windows\Data\CollectionViewSource.cs (1)
1044
liveView.
IsLiveSorting
= IsLiveSortingRequested;
3 references to IsLiveSorting
PresentationFramework (3)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
812
return (cvls != null) ? cvls.
IsLiveSorting
: null;
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
1308
return (cvls != null) ? cvls.
IsLiveSorting
: null;
src\Framework\System\Windows\Data\CollectionViewSource.cs (1)
1058
IsLiveSorting = liveView.
IsLiveSorting
;