Base:
property
TextRectangle
System.Workflow.ComponentModel.Design.ActivityDesigner.TextRectangle
1 override of TextRectangle
System.Workflow.Activities (1)
Designers\StateDesigner.cs (1)
410protected override Rectangle TextRectangle
6 references to TextRectangle
System.Workflow.Activities (1)
Designers\WhileDesigner.cs (1)
42Rectangle textRectangle = TextRectangle;
System.Workflow.ComponentModel (5)
AuthoringOM\Design\CompositeActivityDesigner.cs (3)
238Size textSize = TextRectangle.Size; 261Rectangle textRectangle = TextRectangle; 299Size textSize = TextRectangle.Size;
AuthoringOM\Design\ParallelActivityDesigner.cs (1)
311dropTargets[0].Location = new Point(Location.X + (Size.Width - ((designerTheme != null) ? designerTheme.ConnectorSize.Width : 0)) / 2, TextRectangle.Bottom);
AuthoringOM\Design\StructuredCompositeActivityDesigner.cs (1)
216return (!String.IsNullOrEmpty(Text) && !TextRectangle.Size.IsEmpty && Views.Count > 1);