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