4 implementations of LiveSortingProperties
PresentationFramework (4)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
886ObservableCollection<string> ICollectionViewLiveShaping.LiveSortingProperties
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
1379public ObservableCollection<string> LiveSortingProperties
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
1201public ObservableCollection<string> LiveSortingProperties
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
1501public ObservableCollection<string> LiveSortingProperties
8 references to LiveSortingProperties
PresentationFramework (8)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
892return cvls.LiveSortingProperties;
src\Framework\MS\Internal\Data\LiveShapingList.cs (1)
134Collection<string> sortProperties = View.LiveSortingProperties;
src\Framework\System\Windows\Controls\ItemCollection.cs (5)
1392CloneList(MyLiveSortingProperties, icvls.LiveSortingProperties); 1831ObservableCollection<string> liveSortingProperties = iclvs.LiveSortingProperties; 1873ObservableCollection<string> liveSortingProperties = iclvs.LiveSortingProperties; 2090SynchronizeCollections<string>(e, MyLiveSortingProperties, icvls.LiveSortingProperties); 2109SynchronizeCollections<string>(e, icvls.LiveSortingProperties, MyLiveSortingProperties);
src\Framework\System\Windows\Data\CollectionViewSource.cs (1)
1045properties = liveView.LiveSortingProperties;