2 writes to sortListViewAscending
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (2)
102this.sortListViewAscending = true; 618this.sortListViewAscending = !this.sortListViewAscending;
3 references to sortListViewAscending
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (3)
618this.sortListViewAscending = !this.sortListViewAscending; 986ListItemComparer listItemComparer = new ListItemComparer((columnIndex == 0) ? true : false, this.sortListViewAscending); 1010headerItem.hbm = (this.sortListViewAscending) ? this.bitmapSortUp : this.bitmapSortDown;