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)
1505if (_liveSortingProperties == null) 1508_liveSortingProperties.CollectionChanged += new NotifyCollectionChangedEventHandler(OnLivePropertyListChanged); 1510return _liveSortingProperties;