2 writes to _customSort
PresentationFramework (2)
System\Windows\Data\ListCollectionView.cs (2)
469
_customSort
= value;
2939
_customSort
= null;
2 references to _customSort
PresentationFramework (2)
System\Windows\Data\ListCollectionView.cs (2)
462
get { return
_customSort
; }
2897
ActiveComparer = PrepareComparer(
_customSort
, _sort, static state => (ListCollectionView)state, this);