16 references to ForegroundBrush
System.Workflow.Activities (10)
Designers\ConditionalDesigner.cs (2)
105e.Graphics.FillPath(compositeDesignerTheme.ForegroundBrush, decisionDiamond); 112e.Graphics.FillPath(compositeDesignerTheme.ForegroundBrush, decisionDiamond);
Designers\ListenDesigner.cs (2)
83e.Graphics.FillEllipse(compositeDesignerTheme.ForegroundBrush, roundRectangle); 87e.Graphics.FillEllipse(compositeDesignerTheme.ForegroundBrush, roundRectangle);
Designers\SetStateDesigner.cs (1)
178e.DesignerTheme.ForegroundBrush);
Designers\StateDesigner.Layouts.cs (5)
479ActivityDesignerPaint.DrawText(graphics, font, this.Text, TextRectangle, StringAlignment.Near, ambientTheme.TextQuality, designerTheme.ForegroundBrush); 615ActivityDesignerPaint.DrawText(graphics, font, this.Text, TextRectangle, StringAlignment.Near, ambientTheme.TextQuality, designerTheme.ForegroundBrush); 799Brush brush = designerTheme.ForegroundBrush; 865ActivityDesignerPaint.DrawText(graphics, font, text, this.Bounds, StringAlignment.Near, ambientTheme.TextQuality, designerTheme.ForegroundBrush); 1237designerTheme.ForegroundBrush);
System.Workflow.ComponentModel (6)
AuthoringOM\Design\ActivityDesigner.cs (1)
1677ActivityDesignerPaint.DrawText(e.Graphics, font, Text, TextRectangle, StringAlignment.Near, e.AmbientTheme.TextQuality, e.DesignerTheme.ForegroundBrush);
AuthoringOM\Design\DesignerWidgets.cs (3)
2765Brush textBrush = (ActiveDropTarget != -1) ? ambientTheme.DropIndicatorBrush : designerTheme.ForegroundBrush; 3410ActivityDesignerPaint.DrawText(graphics, designerTheme.Font, PreviewModeDescription, this.previewModeDescRectangle, StringAlignment.Center, WorkflowTheme.CurrentTheme.AmbientTheme.TextQuality, designerTheme.ForegroundBrush); 3446ActivityDesignerPaint.DrawText(graphics, designerTheme.Font, previewDescription, descriptionRectangle, StringAlignment.Center, WorkflowTheme.CurrentTheme.AmbientTheme.TextQuality, designerTheme.ForegroundBrush);
AuthoringOM\Design\SequentialActivityDesigner.cs (1)
415ActivityDesignerPaint.DrawText(e.Graphics, compositeDesignerTheme.Font, this.HelpText, helpTextRectangle, StringAlignment.Center, e.AmbientTheme.TextQuality, compositeDesignerTheme.ForegroundBrush);
AuthoringOM\Design\SequentialWorkflowHeaderFooter.cs (1)
213ActivityDesignerPaint.DrawText(e.Graphics, font, Text, TextRectangle, StringAlignment.Center, TextQuality.AntiAliased, e.DesignerTheme.ForegroundBrush);