1 write to _liveGroupingProperties
PresentationFramework (1)
System\Windows\Data\CollectionViewSource.cs (1)
595_liveGroupingProperties = new ObservableCollection<string>();
3 references to _liveGroupingProperties
PresentationFramework (3)
System\Windows\Data\CollectionViewSource.cs (3)
593if (_liveGroupingProperties == null) 596((INotifyCollectionChanged)_liveGroupingProperties).CollectionChanged += new NotifyCollectionChangedEventHandler(OnForwardedCollectionChanged); 598return _liveGroupingProperties;