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