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)
217get { return _applyDefaultSort; } 221if (_applyDefaultSort != value) 416if (_sort.Length == 0 && _applyDefaultSort && _table != null && _table._primaryIndex.Length > 0)