2 references to StateContainerWidthProperty
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (2)
298get { return (double)this.GetValue(StateContainerEditor.StateContainerWidthProperty); } 299set { this.SetValue(StateContainerEditor.StateContainerWidthProperty, value); }