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