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)
416Rectangle rectangle = new Rectangle(_textLocation, _textSize); 449int width = _imageSize.Width + ImagePadding + _textSize.Width; 451int height = Math.Max(_imageSize.Height, _textSize.Height);