2 references to FlowchartWidthProperty
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (2)
389get { return (double)this.GetValue(FlowchartDesigner.FlowchartWidthProperty); } 390set { this.SetValue(FlowchartDesigner.FlowchartWidthProperty, value); }