1 write to bitmapSortDown
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
782
this.
bitmapSortDown
= bitmap.GetHbitmap();
3 references to bitmapSortDown
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (3)
500
if (IntPtr.Zero != this.
bitmapSortDown
)
501
NativeMethods.DeleteObject(this.
bitmapSortDown
);
1010
headerItem.hbm = (this.sortListViewAscending) ? this.bitmapSortUp : this.
bitmapSortDown
;