1 write to _liveGroupingProperties
PresentationFramework (1)
System\Windows\Data\BindingListCollectionView.cs (1)
1222_liveGroupingProperties = new ObservableCollection<string>();
3 references to _liveGroupingProperties
PresentationFramework (3)
System\Windows\Data\BindingListCollectionView.cs (3)
1220if (_liveGroupingProperties == null) 1223_liveGroupingProperties.CollectionChanged += new NotifyCollectionChangedEventHandler(OnLivePropertyListChanged); 1225return _liveGroupingProperties;