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