9 writes to State
System.Workflow.ComponentModel (9)
AuthoringOM\Design\MessageFilters\DynamicActionMessageFilter.cs (8)
145
actionButton.
State
= ActionButton.States.Pressed;
151
actionButton.
State
= ActionButton.States.Normal;
196
actionButton.
State
= ActionButton.States.Highlight;
198
actionButton.
State
= ActionButton.States.Normal;
206
actionButton.
State
= ActionButton.States.Normal;
265
actionButton.
State
= ActionButton.States.Highlight;
267
actionButton.
State
= ActionButton.States.Normal;
386
this.actions[this.draggedActionIndex].Buttons[this.draggedButtonIndex].
State
= ActionButton.States.Highlight;
AuthoringOM\Design\WorkflowView.cs (1)
1881
this.fitAllAction.Buttons[0].
State
= ActionButton.States.Normal;
13 references to State
System.Workflow.ComponentModel (13)
AuthoringOM\Design\MessageFilters\DynamicActionMessageFilter.cs (12)
132
if (buttonBounds.Contains(clientPoint) && action.Buttons[j].
State
== ActionButton.States.Disabled)
140
if (actionButton.
State
!= ActionButton.States.Disabled)
192
if (actionButton.
State
!= ActionButton.States.Disabled &&
193
actionButton.
State
!= ActionButton.States.Pressed)
205
if (actionButton.
State
== ActionButton.States.Highlight)
260
if (actionButton.
State
!= ActionButton.States.Disabled)
266
else if (actionButton.
State
== ActionButton.States.Highlight)
544
if (button.
State
== ActionButton.States.Normal || button.
State
== ActionButton.States.Disabled)
547
ActivityDesignerPaint.DrawImage(graphics, buttonImage, buttonBounds, new Rectangle(Point.Empty, buttonImage.Size), DesignerContentAlignment.Fill, transparency, (button.
State
== ActionButton.States.Disabled));
551
ButtonState state = (button.
State
== ActionButton.States.Highlight) ? ButtonState.Normal : ButtonState.Pushed;
557
Image buttonImage = this.buttons[i].StateImages[(int)this.buttons[i].
State
];
AuthoringOM\Design\WorkflowView.cs (1)
1888
if (fitallButton == null || fitallButton.
State
!= ActionButton.States.Pressed)