1 write to previewDescTextSize
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
3386this.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)
3387this.previewDescTextSize.Width = Math.Min(this.canvasBounds.Size.Width - margin.Width - this.previewModeButtonRectangle.Size.Width, this.previewDescTextSize.Width); 3388this.previewModeDescRectangle.Size = this.previewDescTextSize; 3390this.previewModeButtonRectangle.Height = Math.Min(designerTheme.PreviewButtonSize.Height, this.previewDescTextSize.Height); 3395totalSize.Height = Math.Max(this.previewModeButtonRectangle.Size.Height, this.previewDescTextSize.Height);