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