15 references to Buttons
System.Workflow.ComponentModel (15)
AuthoringOM\Design\MessageFilters\DynamicActionMessageFilter.cs (9)
129
for (int j = 0; j < action.
Buttons
.Count; j++)
132
if (buttonBounds.Contains(clientPoint) && action.
Buttons
[j].State == ActionButton.States.Disabled)
137
for (int j = 0; j < action.
Buttons
.Count; j++)
139
ActionButton actionButton = action.
Buttons
[j];
180
for (int j = 0; j < action.
Buttons
.Count; j++)
182
ActionButton actionButton = action.
Buttons
[j];
256
for (int j = 0; j < action.
Buttons
.Count; j++)
258
ActionButton actionButton = action.
Buttons
[j];
386
this.actions[this.draggedActionIndex].
Buttons
[this.draggedButtonIndex].State = ActionButton.States.Highlight;
AuthoringOM\Design\WorkflowView.cs (6)
1852
fitAllAction.
Buttons
.Add(fitallButton);
1866
this.fitAllAction.
Buttons
[0].Description = DR.GetString(DR.FitToScreenDescription);
1867
this.fitAllAction.
Buttons
[0].StateImages = new Bitmap[] { DR.GetImage(DR.FitToScreen) as Bitmap };
1873
this.fitAllAction.
Buttons
[0].Description = DR.GetString(DR.FitToWorkflowDescription);
1874
this.fitAllAction.
Buttons
[0].StateImages = new Bitmap[] { DR.GetImage(DR.FitToWorkflow) as Bitmap };
1881
this.fitAllAction.
Buttons
[0].State = ActionButton.States.Normal;