1 write to _textSize
System.Workflow.Activities (1)
Designers\StateDesigner.Layouts.cs (1)
448
_textSize
= StateMachineDesignerPaint.MeasureString(graphics, font, text, StringAlignment.Near, Size.Empty);
3 references to _textSize
System.Workflow.Activities (3)
Designers\StateDesigner.Layouts.cs (3)
416
Rectangle rectangle = new Rectangle(_textLocation,
_textSize
);
449
int width = _imageSize.Width + ImagePadding +
_textSize
.Width;
451
int height = Math.Max(_imageSize.Height,
_textSize
.Height);