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