2 overrides of TextRectangle
System.Workflow.Activities (1)
Designers\SetStateDesigner.cs (1)
40
protected override Rectangle
TextRectangle
System.Workflow.ComponentModel (1)
AuthoringOM\Design\CompositeActivityDesigner.cs (1)
320
protected override Rectangle
TextRectangle
4 references to TextRectangle
System.Workflow.Activities (1)
Designers\SetStateDesigner.cs (1)
45
Rectangle textRectangle = base.
TextRectangle
;
System.Workflow.ComponentModel (3)
AuthoringOM\Design\ActivityDesigner.cs (3)
1576
Rectangle textRectangle =
TextRectangle
;
1674
if (!String.IsNullOrEmpty(Text) && !
TextRectangle
.Size.IsEmpty)
1677
ActivityDesignerPaint.DrawText(e.Graphics, font, Text,
TextRectangle
, StringAlignment.Near, e.AmbientTheme.TextQuality, e.DesignerTheme.ForegroundBrush);