1 write to MySortDescriptions
PresentationFramework (1)
System\Windows\Controls\ItemCollection.cs (1)
592
MySortDescriptions
= new SortDescriptionCollection();
8 references to MySortDescriptions
PresentationFramework (8)
System\Windows\Controls\ItemCollection.cs (8)
590
if (
MySortDescriptions
== null)
596
CloneList(
MySortDescriptions
, _collectionView.SortDescriptions);
599
((INotifyCollectionChanged)
MySortDescriptions
).CollectionChanged += new NotifyCollectionChangedEventHandler(SortDescriptionsChanged);
601
return
MySortDescriptions
;
1733
SortDescriptionCollection source = (IsSortingSet) ?
MySortDescriptions
: _collectionView.SortDescriptions;
1734
SortDescriptionCollection target = (IsSortingSet) ? _collectionView.SortDescriptions :
MySortDescriptions
;
1991
SynchronizeCollections<SortDescription>(e,
MySortDescriptions
, _collectionView.SortDescriptions);
2007
SynchronizeCollections<SortDescription>(e, _collectionView.SortDescriptions,
MySortDescriptions
);