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