1 write to buttons
System.Workflow.ComponentModel (1)
AuthoringOM\Design\MessageFilters\DynamicActionMessageFilter.cs (1)
428
this.
buttons
= new ItemList<ActionButton>(this);
10 references to buttons
System.Workflow.ComponentModel (10)
AuthoringOM\Design\MessageFilters\DynamicActionMessageFilter.cs (10)
444
foreach (ActionButton button in this.
buttons
)
446
this.
buttons
.Clear();
455
return this.
buttons
;
532
if (this.transparency == 0 || this.
buttons
.Count == 0)
537
for (int i = 0; i < this.
buttons
.Count; i++)
540
ActionButton button = this.
buttons
[i];
557
Image buttonImage = this.
buttons
[i].StateImages[(int)this.
buttons
[i].State];
569
int buttonCount = Math.Max(1, this.
buttons
.Count);
578
if (buttonIndex < 0 || buttonIndex >= this.
buttons
.Count)