5 references to MinHeaderBarHeight
System.Workflow.ComponentModel (5)
AuthoringOM\Design\SequentialWorkflowRootDesigner.cs (5)
344
if (
MinHeaderBarHeight
> textRectangle.Height)
345
bounds.Height += (
MinHeaderBarHeight
- textRectangle.Height);
355
if (
MinHeaderBarHeight
> textRectangle.Height)
356
textRectangle.Y += (
MinHeaderBarHeight
- textRectangle.Height) / 2;
402
headerBarRectangle.Height = Math.Max(2 * WorkflowTheme.CurrentTheme.AmbientTheme.Margin.Height + base.textSize.Height,
MinHeaderBarHeight
);