6 references to Highlight
System.Workflow.ComponentModel (6)
AuthoringOM\Design\MessageFilters\DynamicActionMessageFilter.cs (6)
196
actionButton.State = ActionButton.States.
Highlight
;
205
if (actionButton.State == ActionButton.States.
Highlight
)
265
actionButton.State = ActionButton.States.
Highlight
;
266
else if (actionButton.State == ActionButton.States.
Highlight
)
386
this.actions[this.draggedActionIndex].Buttons[this.draggedButtonIndex].State = ActionButton.States.
Highlight
;
551
ButtonState state = (button.State == ActionButton.States.
Highlight
) ? ButtonState.Normal : ButtonState.Pushed;