1 write to _liveSortingProperties
PresentationFramework (1)
MS\Internal\Data\CollectionViewProxy.cs (1)
890
_liveSortingProperties
= new ObservableCollection<string>();
2 references to _liveSortingProperties
PresentationFramework (2)
MS\Internal\Data\CollectionViewProxy.cs (2)
889
if (
_liveSortingProperties
== null)
891
return
_liveSortingProperties
;