Base:
property
Size
System.Workflow.ComponentModel.Design.ActivityDesigner.Size
4 writes to Size
System.Workflow.Activities (4)
Designers\StateDesigner.cs (4)
545
this.
Size
= _stateSize;
1464
this.
Size
= newSize;
1510
this.
Size
= newSize;
1528
this.
Size
= Size.Empty;
5 references to Size
System.Workflow.Activities (5)
Designers\StateDesigner.cs (5)
550
_stateSize = this.
Size
;
1463
Size newSize = new Size(this.
Size
.Width, this.
Size
.Height + ((maximumY + DefaultStateDesignerAutoLayoutDistance) - this.Bounds.Bottom));
1532
this.NeedsAutoLayout = this.
Size
.IsEmpty;
2299
value = (ActiveDesigner == null) ?
Size
: this._stateSize;