2 writes to NeedsAutoLayout
System.Workflow.Activities (2)
Designers\StateDesigner.cs (2)
1488this.NeedsAutoLayout = false; 1532this.NeedsAutoLayout = this.Size.IsEmpty;
3 references to NeedsAutoLayout
System.Workflow.Activities (3)
Designers\StateDesigner.cs (2)
1385if (!this.HasActiveDesigner && this.NeedsAutoLayout) 1471Debug.Assert(!this.HasActiveDesigner && this.NeedsAutoLayout);
Designers\StateDesigner.Layouts.cs (1)
1139if (this.StateDesigner.NeedsAutoLayout)