1 write to _liveSortingProperties
PresentationFramework (1)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
896
_liveSortingProperties
= new ObservableCollection<string>();
2 references to _liveSortingProperties
PresentationFramework (2)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (2)
895
if (
_liveSortingProperties
== null)
897
return
_liveSortingProperties
;