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