6 references to Disabled
System.Workflow.ComponentModel (6)
AuthoringOM\Design\MessageFilters\DynamicActionMessageFilter.cs (6)
132if (buttonBounds.Contains(clientPoint) && action.Buttons[j].State == ActionButton.States.Disabled) 140if (actionButton.State != ActionButton.States.Disabled) 192if (actionButton.State != ActionButton.States.Disabled && 260if (actionButton.State != ActionButton.States.Disabled) 544if (button.State == ActionButton.States.Normal || button.State == ActionButton.States.Disabled) 547ActivityDesignerPaint.DrawImage(graphics, buttonImage, buttonBounds, new Rectangle(Point.Empty, buttonImage.Size), DesignerContentAlignment.Fill, transparency, (button.State == ActionButton.States.Disabled));