1 write to helpTextSize
System.Workflow.ComponentModel (1)
AuthoringOM\Design\SequentialActivityDesigner.cs (1)
477
this.
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)
163
helpTextRectangle.X = connectors[0].Left + connectors[0].Width / 2 - this.
helpTextSize
.Width / 2;
164
helpTextRectangle.Y = connectors[0].Top + connectors[0].Height / 2 - this.
helpTextSize
.Height / 2;
165
helpTextRectangle.Size = this.
helpTextSize
;
287
return this.
helpTextSize
;