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