1 write to helpTextSize
System.Workflow.ComponentModel (1)
AuthoringOM\Design\SequentialActivityDesigner.cs (1)
477this.helpTextSize = ActivityDesignerPaint.MeasureString(e.Graphics, compositeDesignerTheme.Font, this.HelpText, StringAlignment.Center, SequentialActivityDesigner.DefaultHelpTextSize);
4 references to helpTextSize
System.Workflow.ComponentModel (4)
AuthoringOM\Design\SequentialActivityDesigner.cs (4)
163helpTextRectangle.X = connectors[0].Left + connectors[0].Width / 2 - this.helpTextSize.Width / 2; 164helpTextRectangle.Y = connectors[0].Top + connectors[0].Height / 2 - this.helpTextSize.Height / 2; 165helpTextRectangle.Size = this.helpTextSize; 287return this.helpTextSize;