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