1 write to MySortDescriptions
PresentationFramework (1)
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
615
MySortDescriptions
= new SortDescriptionCollection();
8 references to MySortDescriptions
PresentationFramework (8)
src\Framework\System\Windows\Controls\ItemCollection.cs (8)
613
if (
MySortDescriptions
== null)
619
CloneList(
MySortDescriptions
, _collectionView.SortDescriptions);
622
((INotifyCollectionChanged)
MySortDescriptions
).CollectionChanged += new NotifyCollectionChangedEventHandler(SortDescriptionsChanged);
624
return
MySortDescriptions
;
1762
SortDescriptionCollection source = (IsSortingSet) ?
MySortDescriptions
: _collectionView.SortDescriptions;
1763
SortDescriptionCollection target = (IsSortingSet) ? _collectionView.SortDescriptions :
MySortDescriptions
;
2022
SynchronizeCollections<SortDescription>(e,
MySortDescriptions
, _collectionView.SortDescriptions);
2038
SynchronizeCollections<SortDescription>(e, _collectionView.SortDescriptions,
MySortDescriptions
);