4 writes to FlowchartHeight
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\FlowchartDesigner.ModelChangeReactions.cs (1)
101
this.
FlowchartHeight
= (double)TypeDescriptor.GetProperties(this.ModelItem)[FlowchartSizeFeature.HeightPropertyName].GetValue(this.ModelItem);
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (2)
343
this.
FlowchartHeight
= (double)TypeDescriptor.GetProperties(this.ModelItem)[FlowchartSizeFeature.HeightPropertyName].GetValue(this.ModelItem);
725
this.
FlowchartHeight
= e.NewRequiredSize.Height;
System\Activities\Core\Presentation\FlowchartResizeGrip.cs (1)
90
flowchartDesigner.
FlowchartHeight
= Math.Min(Math.Max(panel.RequiredHeight, currentPosition.Y), flowchartGrid.MaxHeight);
2 references to FlowchartHeight
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
722
if (e.NewRequiredSize.Height > this.
FlowchartHeight
)
System\Activities\Core\Presentation\FlowchartResizeGrip.cs (1)
105
TypeDescriptor.GetProperties(flowchartModelItem)[FlowchartSizeFeature.HeightPropertyName].SetValue(flowchartModelItem, flowchartDesigner.
FlowchartHeight
);