23 references to actions
System.Workflow.ComponentModel (23)
AuthoringOM\Design\MessageFilters\DynamicActionMessageFilter.cs (23)
34if (!this.actions.Contains(action)) 39this.actions.Add(action); 49return this.actions.Contains(action); 57if (this.actions.Contains(action)) 63this.actions.Remove(action); 72int actionIndex = this.actions.IndexOf(action); 122for (int i = this.actions.Count - 1; i >= 0; i--) 124DynamicAction action = this.actions[i]; 175for (int i = this.actions.Count - 1; i >= 0; i--) 177DynamicAction action = this.actions[i]; 229for (int i = this.actions.Count - 1; i >= 0; i--) 231DynamicAction action = this.actions[i]; 250for (int i = this.actions.Count - 1; i >= 0; i--) 252DynamicAction action = this.actions[i]; 299for (int i = 0; i < this.actions.Count; i++) 304this.actions[i].Draw(e.Graphics); 315for (int i = 0; i < this.actions.Count; i++) 322DynamicAction action = this.actions[actionIndex]; 331Rectangle buttonBounds = this.actions[actionIndex].GetButtonBounds(buttonIndex); 338for (int i = 0; i < this.actions.Count; i++) 365this.actions[i].Transparency = transparency; 385if (this.draggedActionIndex < this.actions.Count) 386this.actions[this.draggedActionIndex].Buttons[this.draggedButtonIndex].State = ActionButton.States.Highlight;