1 write to _liveGroupingProperties
PresentationFramework (1)
System\Windows\Data\BindingListCollectionView.cs (1)
1242_liveGroupingProperties = new ObservableCollection<string>();
3 references to _liveGroupingProperties
PresentationFramework (3)
System\Windows\Data\BindingListCollectionView.cs (3)
1240if (_liveGroupingProperties == null) 1243_liveGroupingProperties.CollectionChanged += new NotifyCollectionChangedEventHandler(OnLivePropertyListChanged); 1245return _liveGroupingProperties;