1 write to MySortDescriptions
PresentationFramework (1)
System\Windows\Controls\ItemCollection.cs (1)
604
MySortDescriptions
= new SortDescriptionCollection();
8 references to MySortDescriptions
PresentationFramework (8)
System\Windows\Controls\ItemCollection.cs (8)
602
if (
MySortDescriptions
== null)
608
CloneList(
MySortDescriptions
, _collectionView.SortDescriptions);
611
((INotifyCollectionChanged)
MySortDescriptions
).CollectionChanged += new NotifyCollectionChangedEventHandler(SortDescriptionsChanged);
613
return
MySortDescriptions
;
1751
SortDescriptionCollection source = (IsSortingSet) ?
MySortDescriptions
: _collectionView.SortDescriptions;
1752
SortDescriptionCollection target = (IsSortingSet) ? _collectionView.SortDescriptions :
MySortDescriptions
;
2014
SynchronizeCollections<SortDescription>(e,
MySortDescriptions
, _collectionView.SortDescriptions);
2030
SynchronizeCollections<SortDescription>(e, _collectionView.SortDescriptions,
MySortDescriptions
);