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