1 write to _liveGroupingProperties
PresentationFramework (1)
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
1551
_liveGroupingProperties
= new ObservableCollection<string>();
3 references to _liveGroupingProperties
PresentationFramework (3)
src\Framework\System\Windows\Data\ListCollectionView.cs (3)
1549
if (
_liveGroupingProperties
== null)
1552
_liveGroupingProperties
.CollectionChanged += new NotifyCollectionChangedEventHandler(OnLivePropertyListChanged);
1554
return
_liveGroupingProperties
;