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