1 write to MySortDescriptions
PresentationFramework (1)
System\Windows\Controls\ItemCollection.cs (1)
595
MySortDescriptions
= new SortDescriptionCollection();
8 references to MySortDescriptions
PresentationFramework (8)
System\Windows\Controls\ItemCollection.cs (8)
593
if (
MySortDescriptions
== null)
599
CloneList(
MySortDescriptions
, _collectionView.SortDescriptions);
602
((INotifyCollectionChanged)
MySortDescriptions
).CollectionChanged += new NotifyCollectionChangedEventHandler(SortDescriptionsChanged);
604
return
MySortDescriptions
;
1742
SortDescriptionCollection source = (IsSortingSet) ?
MySortDescriptions
: _collectionView.SortDescriptions;
1743
SortDescriptionCollection target = (IsSortingSet) ? _collectionView.SortDescriptions :
MySortDescriptions
;
2005
SynchronizeCollections<SortDescription>(e,
MySortDescriptions
, _collectionView.SortDescriptions);
2021
SynchronizeCollections<SortDescription>(e, _collectionView.SortDescriptions,
MySortDescriptions
);