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)
416Rectangle rectangle = new Rectangle(_textLocation, _textSize); 436_textLocation = new Point(_textLocation.X - offset.X, _textLocation.Y - offset.Y);