4 writes to MouseOverLayout
System.Workflow.Activities (4)
Designers\StateDesigner.Layouts.cs (4)
253this.MouseOverLayout = layout; 302this.MouseOverLayout = layout; 314this.MouseOverLayout = null; 336this.MouseOverLayout = layout;
14 references to MouseOverLayout
System.Workflow.Activities (14)
Designers\StateDesigner.Layouts.cs (14)
251if (layout != this.MouseOverLayout) 256if (this.MouseOverLayout == this) 263if (this.MouseOverLayout != null) 265this.MouseOverLayout.OnMouseMove(e); 272if (this.MouseOverLayout == this) 279if (this.MouseOverLayout != null) 281this.MouseOverLayout.OnMouseDown(e); 288if (this.MouseOverLayout == this) 295if (this.MouseOverLayout != null) 297this.MouseOverLayout.OnMouseUp(e); 313if (this.MouseOverLayout != this) 322if (this.MouseOverLayout == this) 329if (this.MouseOverLayout != null) 331this.MouseOverLayout.OnMouseDoubleClick(e);