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