1 write to _sort
PresentationFramework (1)
MS\Internal\Controls\InnerItemCollectionView.cs (1)
745_sort = descriptions;
10 references to _sort
PresentationFramework (10)
MS\Internal\Controls\InnerItemCollectionView.cs (10)
63if (_sort == null) 65return _sort; 531if (_sort != null && _sort.Count > 0 && ViewCount > 0) 533SortFieldComparer.SortHelper(_viewList, new SortFieldComparer(_sort, Culture)); 740if (_sort != null) 742((INotifyCollectionChanged)_sort).CollectionChanged -= new NotifyCollectionChangedEventHandler(SortDescriptionsChanged); 747if (_sort != null) 749Invariant.Assert(_sort.Count == 0, "must be empty SortDescription collection"); 750((INotifyCollectionChanged)_sort).CollectionChanged += new NotifyCollectionChangedEventHandler(SortDescriptionsChanged);