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