9 writes to Size
System.Workflow.Activities (9)
Designers\StateDesigner.Layouts.cs (9)
455
this.
Size
= size;
680
this.
Size
= size;
778
this.
Size
= size;
855
this.
Size
= size;
899
this.
Size
= size;
976
this.
Size
= size;
1053
_textLayout.
Size
= new Size(maxStringWidth, _textLayout.Size.Height);
1174
this.
Size
= size;
1353
this.
Size
= size;
33 references to Size
System.Workflow.Activities (33)
Designers\StateDesigner.cs (1)
1546
return this.RootDesignerLayout.
Size
;
Designers\StateDesigner.Layouts.cs (32)
650
Size size = layout.
Size
;
666
minimumSize.Height += layout.
Size
.Height;
668
int layoutWidth = layout.
Size
.Width + 2 * (selectionSize.Width + ambientTheme.Margin.Width);
695
y += layout.
Size
.Height + selectionSize.Height;
773
size.Width += layout.
Size
.Width + _breadCrumbSeparatorSize.Width;
774
size.Height = Math.Max(size.Height, layout.
Size
.Height);
788
location.X += layout.
Size
.Width + _breadCrumbSeparatorSize.Width;
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;
1045
int xPos = (this.Location.X + this.
Size
.Width / 2 - maxStringWidth / 2);
1053
_textLayout.Size = new Size(maxStringWidth, _textLayout.
Size
.Height);
1142
int maximumY = _titleBarLayout.
Size
.Height +
1143
_eventHandlersLayout.
Size
.Height +
1172
_titleBarLayout.ResizeLayout(new Size(size.Width, _titleBarLayout.
Size
.Height));
1204
Size size = new Size(this.
Size
.Width, this.
Size
.Height - _titleBarLayout.Bounds.Height);
1244
_eventHandlersLayout.ResizeLayout(new Size(newSize.Width, _eventHandlersLayout.
Size
.Height));
1245
_titleBarLayout.ResizeLayout(new Size(newSize.Width, _titleBarLayout.
Size
.Height));
1332
size.Width = Math.Max(size.Width, _titleBarLayout.
Size
.Width);
1333
size.Width = Math.Max(size.Width, _breadCrumbBarLayout.
Size
.Width);
1337
_titleBarLayout.
Size
.Height +
1338
_breadCrumbBarLayout.
Size
.Height +
1342
_titleBarLayout.ResizeLayout(new Size(size.Width, _titleBarLayout.
Size
.Height));
1348
size.Width = Math.Max(size.Width, _designerLayout.
Size
.Width);
1349
size.Height = Math.Max(size.Height, activeDesigner.Size.Height + ActiveDesignerPadding * 2 + _designerLayout.
Size
.Height + ambientTheme.SelectionSize.Height * 2);
1369
origin.Y += _titleBarLayout.
Size
.Height + ActiveDesignerPadding;
1372
origin.Y += _breadCrumbBarLayout.
Size
.Height + ActiveDesignerPadding;
1377
bounds.Left + (bounds.Width - _designerLayout.
Size
.Width) / 2,
1406
_titleBarLayout.ResizeLayout(new Size(newSize.Width, _titleBarLayout.
Size
.Height));