2 references to DefaultWidthForState
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\StateContainerEditor.ModelChangeReactions.cs (1)
256double defaultWidth = ((this.ModelItem.ItemType == typeof(State)) ? DefaultWidthForState : DefaultWidthForStateMachine);
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (1)
138new FrameworkPropertyMetadata(DefaultWidthForState));