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