1 write to _liveGroupingProperties
PresentationFramework (1)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
1249
_liveGroupingProperties
= new ObservableCollection<string>();
3 references to _liveGroupingProperties
PresentationFramework (3)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (3)
1247
if (
_liveGroupingProperties
== null)
1250
_liveGroupingProperties
.CollectionChanged += new NotifyCollectionChangedEventHandler(OnLivePropertyListChanged);
1252
return
_liveGroupingProperties
;