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