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