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)
932
this.Layouts.Add(
_textLayout
);
945
return
_textLayout
;
966
_textLayout
.OnLayoutSize(graphics, designerTheme, ambientTheme, Size.Empty);
969
minimumSize.Width = designerTheme.BorderWidth * 2 + 10 +
_textLayout
.Size.Width + _imageLayout.Size.Width;
970
minimumSize.Height = Math.Max(
_textLayout
.Size.Height, _imageLayout.Size.Height);
1044
int maxStringWidth =
_textLayout
.Size.Width;
1052
_textLayout
.Location = new Point(xPos, this.Location.Y + margin.Height);
1053
_textLayout
.Size = new Size(maxStringWidth,
_textLayout
.Size.Height);