2 writes to draggedButtonIndex
System.Workflow.ComponentModel (2)
AuthoringOM\Design\MessageFilters\DynamicActionMessageFilter.cs (2)
389this.draggedButtonIndex = -1; 395this.draggedButtonIndex = buttonIndex;
5 references to draggedButtonIndex
System.Workflow.ComponentModel (5)
AuthoringOM\Design\MessageFilters\DynamicActionMessageFilter.cs (5)
373return (this.draggedActionIndex >= 0 && this.draggedButtonIndex >= 0); 379if (this.draggedActionIndex == actionIndex && this.draggedButtonIndex == buttonIndex) 383if (this.draggedActionIndex >= 0 && this.draggedButtonIndex >= 0) 386this.actions[this.draggedActionIndex].Buttons[this.draggedButtonIndex].State = ActionButton.States.Highlight; 397if (this.draggedActionIndex >= 0 && this.draggedButtonIndex >= 0)