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