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