1 write to _sort
PresentationFramework (1)
System\Windows\Data\CollectionViewSource.cs (1)
38_sort = new SortDescriptionCollection();
2 references to _sort
PresentationFramework (2)
System\Windows\Data\CollectionViewSource.cs (2)
39((INotifyCollectionChanged)_sort).CollectionChanged += new NotifyCollectionChangedEventHandler(OnForwardedCollectionChanged); 224get { return _sort; }