1 write to _liveGroupingProperties
PresentationFramework (1)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
952
_liveGroupingProperties
= new ObservableCollection<string>();
2 references to _liveGroupingProperties
PresentationFramework (2)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (2)
951
if (
_liveGroupingProperties
== null)
953
return
_liveGroupingProperties
;