14 references to DrawText
System.Workflow.Activities (7)
Designers\SetStateDesigner.cs (1)
172
ActivityDesignerPaint.
DrawText
(e.Graphics,
Designers\StateDesigner.Layouts.cs (6)
479
ActivityDesignerPaint.
DrawText
(graphics, font, this.Text, TextRectangle, StringAlignment.Near, ambientTheme.TextQuality, designerTheme.ForegroundBrush);
615
ActivityDesignerPaint.
DrawText
(graphics, font, this.Text, TextRectangle, StringAlignment.Near, ambientTheme.TextQuality, designerTheme.ForegroundBrush);
814
ActivityDesignerPaint.
DrawText
(graphics, font, BreadCrumbSeparator, separatorRectangle,
865
ActivityDesignerPaint.
DrawText
(graphics, font, text, this.Bounds, StringAlignment.Near, ambientTheme.TextQuality, designerTheme.ForegroundBrush);
1218
ActivityDesignerPaint.
DrawText
(
1230
ActivityDesignerPaint.
DrawText
(
System.Workflow.ComponentModel (7)
AuthoringOM\Design\ActivityDesigner.cs (1)
1677
ActivityDesignerPaint.
DrawText
(e.Graphics, font, Text, TextRectangle, StringAlignment.Near, e.AmbientTheme.TextQuality, e.DesignerTheme.ForegroundBrush);
AuthoringOM\Design\DesignerWidgets.cs (4)
1271
ActivityDesignerPaint.
DrawText
(graphics, Font, descriptionString, textRectangle, StringAlignment.Near, TextQuality.Aliased, SystemBrushes.ControlText);
2766
ActivityDesignerPaint.
DrawText
(graphics, designerTheme.Font, this.helpText, stripRectangle, StringAlignment.Center, WorkflowTheme.CurrentTheme.AmbientTheme.TextQuality, textBrush);
3410
ActivityDesignerPaint.
DrawText
(graphics, designerTheme.Font, PreviewModeDescription, this.previewModeDescRectangle, StringAlignment.Center, WorkflowTheme.CurrentTheme.AmbientTheme.TextQuality, designerTheme.ForegroundBrush);
3446
ActivityDesignerPaint.
DrawText
(graphics, designerTheme.Font, previewDescription, descriptionRectangle, StringAlignment.Center, WorkflowTheme.CurrentTheme.AmbientTheme.TextQuality, designerTheme.ForegroundBrush);
AuthoringOM\Design\SequentialActivityDesigner.cs (1)
415
ActivityDesignerPaint.
DrawText
(e.Graphics, compositeDesignerTheme.Font, this.HelpText, helpTextRectangle, StringAlignment.Center, e.AmbientTheme.TextQuality, compositeDesignerTheme.ForegroundBrush);
AuthoringOM\Design\SequentialWorkflowHeaderFooter.cs (1)
213
ActivityDesignerPaint.
DrawText
(e.Graphics, font, Text, TextRectangle, StringAlignment.Center, TextQuality.AntiAliased, e.DesignerTheme.ForegroundBrush);