1 write to _liveSortingProperties
PresentationFramework (1)
src\Framework\System\Windows\Data\CollectionViewSource.cs (1)
356
_liveSortingProperties
= new ObservableCollection<string>();
3 references to _liveSortingProperties
PresentationFramework (3)
src\Framework\System\Windows\Data\CollectionViewSource.cs (3)
354
if (
_liveSortingProperties
== null)
357
((INotifyCollectionChanged)
_liveSortingProperties
).CollectionChanged += new NotifyCollectionChangedEventHandler(OnForwardedCollectionChanged);
359
return
_liveSortingProperties
;