2 writes to draggedActionIndex
System.Workflow.ComponentModel (2)
AuthoringOM\Design\MessageFilters\DynamicActionMessageFilter.cs (2)
388this.draggedActionIndex = -1; 394this.draggedActionIndex = actionIndex;
7 references to draggedActionIndex
System.Workflow.ComponentModel (7)
AuthoringOM\Design\MessageFilters\DynamicActionMessageFilter.cs (7)
344if (actionBounds.Contains(point) || this.draggedActionIndex == i) 373return (this.draggedActionIndex >= 0 && this.draggedButtonIndex >= 0); 379if (this.draggedActionIndex == actionIndex && this.draggedButtonIndex == buttonIndex) 383if (this.draggedActionIndex >= 0 && this.draggedButtonIndex >= 0) 385if (this.draggedActionIndex < this.actions.Count) 386this.actions[this.draggedActionIndex].Buttons[this.draggedButtonIndex].State = ActionButton.States.Highlight; 397if (this.draggedActionIndex >= 0 && this.draggedButtonIndex >= 0)