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