1 write to _sort
PresentationFramework (1)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
255_sort = new BindingListSortDescriptionCollection(allowAdvancedSorting);
7 references to _sort
PresentationFramework (7)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (7)
252if (_sort == null) 256((INotifyCollectionChanged)_sort).CollectionChanged += new NotifyCollectionChangedEventHandler(SortDescriptionsChanged); 258return _sort; 1331if ((_sort != null) && (_sort.Count > 0) && (CollectionProxy != null) && (CollectionProxy.Count > 0)) 1335ListSortDescriptionCollection sorts = ConvertSortDescriptionCollection(_sort); 1350ActiveComparer = new SortFieldComparer(_sort, Culture);