7 references to previewModeDescRectangle
System.Workflow.ComponentModel (7)
AuthoringOM\Design\DesignerWidgets.cs (7)
3242
int maxDescHeight = Math.Max(this.
previewModeDescRectangle
.Height, this.previewModeButtonRectangle.Height);
3245
descRectanglePos.X = this.bounds.Left + this.bounds.Width / 2 - this.
previewModeDescRectangle
.Width / 2 + this.previewModeButtonRectangle.Width + margin.Width;
3246
descRectanglePos.Y = this.bounds.Top + maxDescHeight / 2 - this.
previewModeDescRectangle
.Height / 2;
3247
this.
previewModeDescRectangle
.Location = descRectanglePos;
3254
this.canvasBounds.Location = new Point(value.X + this.bounds.Width / 2 - this.canvasBounds.Width / 2, this.
previewModeDescRectangle
.Bottom + margin.Height);
3388
this.
previewModeDescRectangle
.Size = this.previewDescTextSize;
3410
ActivityDesignerPaint.DrawText(graphics, designerTheme.Font, PreviewModeDescription, this.
previewModeDescRectangle
, StringAlignment.Center, WorkflowTheme.CurrentTheme.AmbientTheme.TextQuality, designerTheme.ForegroundBrush);