2 writes to _customSort
PresentationFramework (2)
src\Framework\System\Windows\Data\ListCollectionView.cs (2)
477
_customSort
= value;
2952
_customSort
= null;
2 references to _customSort
PresentationFramework (2)
src\Framework\System\Windows\Data\ListCollectionView.cs (2)
470
get { return
_customSort
; }
2910
ActiveComparer = ListCollectionView.PrepareComparer(
_customSort
, _sort, () => { return this; });