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