1 write to listItemBitmapCache
System.WorkflowServices (1)
System\Workflow\Activities\Design\RichListBox.cs (1)
32
listItemBitmapCache
= new Dictionary<string, Bitmap>();
3 references to listItemBitmapCache
System.WorkflowServices (3)
System\Workflow\Activities\Design\RichListBox.cs (3)
243
if (!
listItemBitmapCache
.ContainsKey(viewType.Name))
245
listItemBitmapCache
.Add(viewType.Name, new Bitmap(listItemRenderer.Size.Width, listItemRenderer.Size.Height));
248
Bitmap rendererBitmap =
listItemBitmapCache
[viewType.Name];