1 write to previewDescTextSize
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
3386
this.
previewDescTextSize
= new Size(Convert.ToInt32(Math.Ceiling(stringSize.Width)), Convert.ToInt32(Math.Ceiling(stringSize.Height)));
5 references to previewDescTextSize
System.Workflow.ComponentModel (5)
AuthoringOM\Design\DesignerWidgets.cs (5)
3387
this.
previewDescTextSize
.Width = Math.Min(this.canvasBounds.Size.Width - margin.Width - this.previewModeButtonRectangle.Size.Width, this.
previewDescTextSize
.Width);
3388
this.previewModeDescRectangle.Size = this.
previewDescTextSize
;
3390
this.previewModeButtonRectangle.Height = Math.Min(designerTheme.PreviewButtonSize.Height, this.
previewDescTextSize
.Height);
3395
totalSize.Height = Math.Max(this.previewModeButtonRectangle.Size.Height, this.
previewDescTextSize
.Height);