1 write to _sort
PresentationFramework (1)
src\Framework\System\Windows\Data\CollectionViewSource.cs (1)
42_sort = new SortDescriptionCollection();
2 references to _sort
PresentationFramework (2)
src\Framework\System\Windows\Data\CollectionViewSource.cs (2)
43((INotifyCollectionChanged)_sort).CollectionChanged += new NotifyCollectionChangedEventHandler(OnForwardedCollectionChanged); 228get { return _sort; }