1 write to _sort
PresentationFramework (1)
System\Windows\Data\ListCollectionView.cs (1)
2921_sort = descriptions;
11 references to _sort
PresentationFramework (11)
System\Windows\Data\ListCollectionView.cs (11)
396if (_sort == null) 398return _sort; 2444get { return ((_sort != null) && (_sort.Count > 0)); } 2897ActiveComparer = PrepareComparer(_customSort, _sort, static state => (ListCollectionView)state, this); 2916if (_sort != null) 2918((INotifyCollectionChanged)_sort).CollectionChanged -= new NotifyCollectionChangedEventHandler(SortDescriptionsChanged); 2923if (_sort != null) 2925Invariant.Assert(_sort.Count == 0, "must be empty SortDescription collection"); 2926((INotifyCollectionChanged)_sort).CollectionChanged += new NotifyCollectionChangedEventHandler(SortDescriptionsChanged); 2937if (_sort.Count > 0)