1 write to _liveSortingProperties
PresentationFramework (1)
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
1507
_liveSortingProperties
= new ObservableCollection<string>();
3 references to _liveSortingProperties
PresentationFramework (3)
src\Framework\System\Windows\Data\ListCollectionView.cs (3)
1505
if (
_liveSortingProperties
== null)
1508
_liveSortingProperties
.CollectionChanged += new NotifyCollectionChangedEventHandler(OnLivePropertyListChanged);
1510
return
_liveSortingProperties
;