2 writes to RootDesignerLayout
System.Workflow.Activities (2)
Designers\StateDesigner.cs (2)
1842
this.
RootDesignerLayout
= _statesLayout;
1845
this.
RootDesignerLayout
= _eventDrivenLayout;
17 references to RootDesignerLayout
System.Workflow.Activities (17)
Designers\StateDesigner.cs (17)
230
this.
RootDesignerLayout
.MoveLayout(base.Location);
269
this.
RootDesignerLayout
.ResizeLayout(newSize);
343
Layout selectedLayout = this.
RootDesignerLayout
.GetLayout(eventDrivenDesigner);
361
Layout selectedLayout = this.
RootDesignerLayout
.GetLayout(stateInitializationDesigner);
379
Layout selectedLayout = this.
RootDesignerLayout
.GetLayout(stateFinalizationDesigner);
997
HitTestInfo hitInfo = this.
RootDesignerLayout
.HitTest(point);
1318
this.
RootDesignerLayout
.OnMouseDown(e);
1324
this.
RootDesignerLayout
.OnMouseUp(e);
1330
this.
RootDesignerLayout
.OnMouseLeave();
1336
this.
RootDesignerLayout
.OnMouseMove(e);
1342
this.
RootDesignerLayout
.OnMouseDoubleClick(e);
1377
this.
RootDesignerLayout
.Location = this.Location;
1378
this.
RootDesignerLayout
.OnLayoutPosition(graphics, designerTheme, ambientTheme);
1543
this.
RootDesignerLayout
.OnLayoutSize(graphics, designerTheme, ambientTheme, newSize);
1544
_minimumSize = this.
RootDesignerLayout
.MinimumSize;
1546
return this.
RootDesignerLayout
.Size;
1570
this.
RootDesignerLayout
.OnPaint(graphics, designerTheme, ambientTheme);