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