2 writes to sort
System.Data (2)
fx\src\data\System\Data\DataView.cs (2)
508sort = ""; 1540this.sort = newSort;
7 references to sort
System.Data (7)
fx\src\data\System\Data\DataView.cs (7)
372SetIndex(sort, recordStates, newFilter); 441SetIndex(sort, value, rowFilter); 459if (sort.Length == 0 && applyDefaultSort && table != null && table._primaryIndex.Length > 0) { 463return sort; 478if (String.Compare(sort, value, false, locale) != 0 || (null != _comparison)) { 509SetIndex(sort, recordStates, rowFilter); 518return(sort != null);