3 references to Draw3DButton
System.Workflow.ComponentModel (3)
AuthoringOM\Design\DesignerWidgets.cs (1)
3414ActivityDesignerPaint.Draw3DButton(graphics, null, this.previewModeButtonRectangle, 1.0f, (!PreviewMode) ? ButtonState.Pushed : ButtonState.Normal);
AuthoringOM\Design\MessageFilters\DynamicActionMessageFilter.cs (2)
535ActivityDesignerPaint.Draw3DButton(graphics, null, Bounds, this.transparency - 0.1f, ButtonState.Normal); 552ActivityDesignerPaint.Draw3DButton(graphics, buttonImage, buttonBounds, this.transparency, state);