Base:
property
TitleHeight
System.Workflow.ComponentModel.Design.CompositeActivityDesigner.TitleHeight
3 references to TitleHeight
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;