16 references to ForegroundBrush
System.Workflow.Activities (10)
Designers\ConditionalDesigner.cs (2)
105
e.Graphics.FillPath(compositeDesignerTheme.
ForegroundBrush
, decisionDiamond);
112
e.Graphics.FillPath(compositeDesignerTheme.
ForegroundBrush
, decisionDiamond);
Designers\ListenDesigner.cs (2)
83
e.Graphics.FillEllipse(compositeDesignerTheme.
ForegroundBrush
, roundRectangle);
87
e.Graphics.FillEllipse(compositeDesignerTheme.
ForegroundBrush
, roundRectangle);
Designers\SetStateDesigner.cs (1)
178
e.DesignerTheme.
ForegroundBrush
);
Designers\StateDesigner.Layouts.cs (5)
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
);
799
Brush brush = designerTheme.
ForegroundBrush
;
865
ActivityDesignerPaint.DrawText(graphics, font, text, this.Bounds, StringAlignment.Near, ambientTheme.TextQuality, designerTheme.
ForegroundBrush
);
1237
designerTheme.
ForegroundBrush
);
System.Workflow.ComponentModel (6)
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 (3)
2765
Brush textBrush = (ActiveDropTarget != -1) ? ambientTheme.DropIndicatorBrush : designerTheme.
ForegroundBrush
;
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
);