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