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