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