2 writes to _applyDefaultSort
System.Data.Common (2)
System\Data\DataView.cs (2)
224
_applyDefaultSort
= value;
1498
_applyDefaultSort
= dataViewSetting.ApplyDefaultSort;
3 references to _applyDefaultSort
System.Data.Common (3)
System\Data\DataView.cs (3)
217
get { return
_applyDefaultSort
; }
221
if (
_applyDefaultSort
!= value)
416
if (_sort.Length == 0 &&
_applyDefaultSort
&& _table != null && _table._primaryIndex.Length > 0)