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