1 write to _imageSize
System.Workflow.Activities (1)
Designers\StateDesigner.Layouts.cs (1)
445_imageSize = designerTheme.ImageSize;
4 references to _imageSize
System.Workflow.Activities (4)
Designers\StateDesigner.Layouts.cs (4)
407Rectangle rectangle = new Rectangle(_imageLocation, _imageSize); 449int width = _imageSize.Width + ImagePadding + _textSize.Width; 451int height = Math.Max(_imageSize.Height, _textSize.Height); 465origin.X += _imageSize.Width + ImagePadding;