1 reference to DefaultHeightForStateMachine
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\StateContainerEditor.ModelChangeReactions.cs (1)
262
double defaultHeight = ((this.ModelItem.ItemType == typeof(State)) ? DefaultHeightForState :
DefaultHeightForStateMachine
);