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