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