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