2 writes to _textLocation
System.Workflow.Activities (2)
Designers\StateDesigner.Layouts.cs (2)
436
_textLocation
= new Point(_textLocation.X - offset.X, _textLocation.Y - offset.Y);
466
_textLocation
= origin;
3 references to _textLocation
System.Workflow.Activities (3)
Designers\StateDesigner.Layouts.cs (3)
416
Rectangle rectangle = new Rectangle(
_textLocation
, _textSize);
436
_textLocation = new Point(
_textLocation
.X - offset.X,
_textLocation
.Y - offset.Y);