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