1 write to _liveGroupingProperties
PresentationFramework (1)
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
1551_liveGroupingProperties = new ObservableCollection<string>();
3 references to _liveGroupingProperties
PresentationFramework (3)
src\Framework\System\Windows\Data\ListCollectionView.cs (3)
1549if (_liveGroupingProperties == null) 1552_liveGroupingProperties.CollectionChanged += new NotifyCollectionChangedEventHandler(OnLivePropertyListChanged); 1554return _liveGroupingProperties;