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)
596
if (
_liveGroupingProperties
== null)
599
((INotifyCollectionChanged)
_liveGroupingProperties
).CollectionChanged += new NotifyCollectionChangedEventHandler(OnForwardedCollectionChanged);
601
return
_liveGroupingProperties
;