6 references to Disabled
System.Workflow.ComponentModel (6)
AuthoringOM\Design\MessageFilters\DynamicActionMessageFilter.cs (6)
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
&&
260
if (actionButton.State != ActionButton.States.
Disabled
)
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
));