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)
407Rectangle rectangle = new Rectangle(_imageLocation, _imageSize); 437_imageLocation = new Point(_imageLocation.X - offset.X, _imageLocation.Y - offset.Y);