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