1 write to _titleBarLayout
System.Workflow.Activities (1)
Designers\StateDesigner.Layouts.cs (1)
1080_titleBarLayout = titleBarLayout;
13 references to _titleBarLayout
System.Workflow.Activities (13)
Designers\StateDesigner.Layouts.cs (13)
1129_titleBarLayout.OnLayoutSize(graphics, compositeDesignerTheme, ambientTheme, size); 1132int minWidth = Math.Max(_titleBarLayout.MinimumSize.Width, _eventHandlersLayout.MinimumSize.Width); 1133int minHeight = _titleBarLayout.MinimumSize.Height + _eventHandlersLayout.MinimumSize.Height; 1142int maximumY = _titleBarLayout.Size.Height + 1172_titleBarLayout.ResizeLayout(new Size(size.Width, _titleBarLayout.Size.Height)); 1179_titleBarLayout.Location = this.Location; 1180_titleBarLayout.OnLayoutPosition(graphics, designerTheme, ambientTheme); 1183int y = _titleBarLayout.Bounds.Bottom + 1; 1203Point location = new Point(this.Location.X, _titleBarLayout.Bounds.Bottom); 1204Size size = new Size(this.Size.Width, this.Size.Height - _titleBarLayout.Bounds.Height); 1245_titleBarLayout.ResizeLayout(new Size(newSize.Width, _titleBarLayout.Size.Height));