1 write to _textLayout
System.Workflow.Activities (1)
Designers\StateDesigner.Layouts.cs (1)
931_textLayout = new TextLayout(activityDesigner);
9 references to _textLayout
System.Workflow.Activities (9)
Designers\StateDesigner.Layouts.cs (9)
932this.Layouts.Add(_textLayout); 945return _textLayout; 966_textLayout.OnLayoutSize(graphics, designerTheme, ambientTheme, Size.Empty); 969minimumSize.Width = designerTheme.BorderWidth * 2 + 10 + _textLayout.Size.Width + _imageLayout.Size.Width; 970minimumSize.Height = Math.Max(_textLayout.Size.Height, _imageLayout.Size.Height); 1044int maxStringWidth = _textLayout.Size.Width; 1052_textLayout.Location = new Point(xPos, this.Location.Y + margin.Height); 1053_textLayout.Size = new Size(maxStringWidth, _textLayout.Size.Height);