2 writes to applyDefaultSort
System.Data (2)
fx\src\data\System\Data\DataView.cs (2)
235applyDefaultSort = value; 1515applyDefaultSort = dataViewSetting.ApplyDefaultSort;
3 references to applyDefaultSort
System.Data (3)
fx\src\data\System\Data\DataView.cs (3)
229return applyDefaultSort; 233if (applyDefaultSort != value) { 459if (sort.Length == 0 && applyDefaultSort && table != null && table._primaryIndex.Length > 0) {