1 write to _liveGroupingProperties
PresentationFramework (1)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
1249_liveGroupingProperties = new ObservableCollection<string>();
3 references to _liveGroupingProperties
PresentationFramework (3)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (3)
1247if (_liveGroupingProperties == null) 1250_liveGroupingProperties.CollectionChanged += new NotifyCollectionChangedEventHandler(OnLivePropertyListChanged); 1252return _liveGroupingProperties;