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