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