1 write to _sort
WindowsBase (1)
Base\System\ComponentModel\GroupDescription.cs (1)
217_sort = descriptions;
12 references to _sort
WindowsBase (12)
Base\System\ComponentModel\GroupDescription.cs (12)
118if (_sort == null) 120return _sort; 131return (_sort != null && _sort.Count > 0); 189get { return _sort; } 210if (_sort != null) 212((INotifyCollectionChanged)_sort).CollectionChanged -= new NotifyCollectionChangedEventHandler(SortDescriptionsChanged); 215bool raiseChangeEvent = (_sort != descriptions); 219if (_sort != null) 221Invariant.Assert(_sort.Count == 0, "must be empty SortDescription collection"); 222((INotifyCollectionChanged)_sort).CollectionChanged += new NotifyCollectionChangedEventHandler(SortDescriptionsChanged); 235if (_sort.Count > 0)