1 write to _liveFilteringProperties
PresentationFramework (1)
src\Framework\System\Windows\Data\CollectionViewSource.cs (1)
477_liveFilteringProperties = new ObservableCollection<string>();
3 references to _liveFilteringProperties
PresentationFramework (3)
src\Framework\System\Windows\Data\CollectionViewSource.cs (3)
475if (_liveFilteringProperties == null) 478((INotifyCollectionChanged)_liveFilteringProperties).CollectionChanged += new NotifyCollectionChangedEventHandler(OnForwardedCollectionChanged); 480return _liveFilteringProperties;