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