1 write to _sort
PresentationFramework (1)
MS\Internal\Controls\InnerItemCollectionView.cs (1)
744_sort = descriptions;
10 references to _sort
PresentationFramework (10)
MS\Internal\Controls\InnerItemCollectionView.cs (10)
62if (_sort == null) 64return _sort; 530if (_sort != null && _sort.Count > 0 && ViewCount > 0) 532SortFieldComparer.SortHelper(_viewList, new SortFieldComparer(_sort, Culture)); 739if (_sort != null) 741((INotifyCollectionChanged)_sort).CollectionChanged -= new NotifyCollectionChangedEventHandler(SortDescriptionsChanged); 746if (_sort != null) 748Invariant.Assert(_sort.Count == 0, "must be empty SortDescription collection"); 749((INotifyCollectionChanged)_sort).CollectionChanged += new NotifyCollectionChangedEventHandler(SortDescriptionsChanged);