1 write to transparency
System.Workflow.ComponentModel (1)
AuthoringOM\Design\MessageFilters\DynamicActionMessageFilter.cs (1)
526
this.
transparency
= Math.Max(DynamicAction.DefaultTransparency, value);
7 references to transparency
System.Workflow.ComponentModel (7)
AuthoringOM\Design\MessageFilters\DynamicActionMessageFilter.cs (7)
518
return this.
transparency
;
523
if (this.
transparency
== value)
532
if (this.
transparency
== 0 || this.buttons.Count == 0)
535
ActivityDesignerPaint.Draw3DButton(graphics, null, Bounds, this.
transparency
- 0.1f, ButtonState.Normal);
547
ActivityDesignerPaint.DrawImage(graphics, buttonImage, buttonBounds, new Rectangle(Point.Empty, buttonImage.Size), DesignerContentAlignment.Fill,
transparency
, (button.State == ActionButton.States.Disabled));
552
ActivityDesignerPaint.Draw3DButton(graphics, buttonImage, buttonBounds, this.
transparency
, state);
559
ActivityDesignerPaint.DrawImage(graphics, buttonImage, buttonBounds, new Rectangle(Point.Empty, buttonImage.Size), DesignerContentAlignment.Fill, this.
transparency
, false);