1 write to _liveGroupingProperties
PresentationFramework (1)
System\Windows\Data\ListCollectionView.cs (1)
1518
_liveGroupingProperties
= new ObservableCollection<string>();
3 references to _liveGroupingProperties
PresentationFramework (3)
System\Windows\Data\ListCollectionView.cs (3)
1516
if (
_liveGroupingProperties
== null)
1519
_liveGroupingProperties
.CollectionChanged += new NotifyCollectionChangedEventHandler(OnLivePropertyListChanged);
1521
return
_liveGroupingProperties
;