2 references to DefaultHeightForState
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\StateContainerEditor.ModelChangeReactions.cs (1)
262double defaultHeight = ((this.ModelItem.ItemType == typeof(State)) ? DefaultHeightForState : DefaultHeightForStateMachine);
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (1)
144new FrameworkPropertyMetadata(DefaultHeightForState));