3 references to OptimalHeight
System.Workflow.ComponentModel (3)
AuthoringOM\Design\SequentialWorkflowRootDesigner.cs (3)
433
bounds.Height = Math.Max(bounds.Height, rootDesigner.Size.Height - rootDesigner.TitleHeight - rootDesigner.
OptimalHeight
);
434
bounds.Y = rootDesigner.Location.Y + rootDesigner.TitleHeight + rootDesigner.
OptimalHeight
;
456
imageRectangle.Y = rootDesigner.Location.Y + rootDesigner.TitleHeight + rootDesigner.
OptimalHeight
;