1 write to itemLocations
System.WorkflowServices (1)
System\Workflow\Activities\Design\RichListBox.cs (1)
34itemLocations = new Dictionary<object, Point>();
3 references to itemLocations
System.WorkflowServices (3)
System\Workflow\Activities\Design\RichListBox.cs (3)
140itemLocations[itemToDraw] = e.Bounds.Location; 202if (itemLocations.ContainsKey(selectedItem)) 204activeItemDetailViewControl.Location = itemLocations[selectedItem];