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