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