1 override of TextRectangle
System.Workflow.ComponentModel (1)
AuthoringOM\Design\SequentialWorkflowRootDesigner.cs (1)
350public override Rectangle TextRectangle
8 references to TextRectangle
System.Workflow.ComponentModel (8)
AuthoringOM\Design\SequentialWorkflowHeaderFooter.cs (4)
107Rectangle textBounds = TextRectangle; 161Rectangle textRectangle = TextRectangle; 209if (!String.IsNullOrEmpty(Text) && !TextRectangle.Size.IsEmpty && e.DesignerTheme != null && e.DesignerTheme.Font != null) 213ActivityDesignerPaint.DrawText(e.Graphics, font, Text, TextRectangle, StringAlignment.Center, TextQuality.AntiAliased, e.DesignerTheme.ForegroundBrush);
AuthoringOM\Design\SequentialWorkflowRootDesigner.cs (4)
269if (Header != null && !Header.TextRectangle.IsEmpty) 270Invalidate(Header.TextRectangle); 343Rectangle textRectangle = base.TextRectangle; 354Rectangle textRectangle = base.TextRectangle;