1 write to _liveSortingProperties
PresentationFramework (1)
System\Windows\Data\ListCollectionView.cs (1)
1493
_liveSortingProperties
= new ObservableCollection<string>();
3 references to _liveSortingProperties
PresentationFramework (3)
System\Windows\Data\ListCollectionView.cs (3)
1491
if (
_liveSortingProperties
== null)
1494
_liveSortingProperties
.CollectionChanged += new NotifyCollectionChangedEventHandler(OnLivePropertyListChanged);
1496
return
_liveSortingProperties
;