Home
last modified time | relevance | path

Searched refs:NeedsAutoLayout (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/Designers/
H A DStateDesigner.cs819 private bool NeedsAutoLayout property in System.Workflow.Activities.StateDesigner
1385 if (!this.HasActiveDesigner && this.NeedsAutoLayout) in OnLayoutPosition()
1471 Debug.Assert(!this.HasActiveDesigner && this.NeedsAutoLayout); in RepositionStates()
1488 this.NeedsAutoLayout = false; in RepositionStates()
1532 this.NeedsAutoLayout = this.Size.IsEmpty; in OnLayoutSize()
H A DStateDesigner.Layouts.cs1139 if (this.StateDesigner.NeedsAutoLayout) in OnLayoutSize()