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