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