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