2 writes to _customSort
PresentationFramework (2)
System\Windows\Data\ListCollectionView.cs (2)
463
_customSort
= value;
2933
_customSort
= null;
2 references to _customSort
PresentationFramework (2)
System\Windows\Data\ListCollectionView.cs (2)
456
get { return
_customSort
; }
2891
ActiveComparer = PrepareComparer(
_customSort
, _sort, static state => (ListCollectionView)state, this);