2 writes to _imageLocation
System.Workflow.Activities (2)
Designers\StateDesigner.Layouts.cs (2)
437
_imageLocation
= new Point(_imageLocation.X - offset.X, _imageLocation.Y - offset.Y);
464
_imageLocation
= origin;
3 references to _imageLocation
System.Workflow.Activities (3)
Designers\StateDesigner.Layouts.cs (3)
407
Rectangle rectangle = new Rectangle(
_imageLocation
, _imageSize);
437
_imageLocation = new Point(
_imageLocation
.X - offset.X,
_imageLocation
.Y - offset.Y);