6 references to Font
System.Workflow.ComponentModel (6)
AuthoringOM\Design\StructuredCompositeActivityDesigner.cs (1)
625
this.itemPalette.SetFont(WorkflowTheme.CurrentTheme.AmbientTheme.
Font
);
AuthoringOM\Design\Themes.cs (1)
1364
return ContainingTheme.AmbientTheme.
Font
;
AuthoringOM\Design\WorkflowLayouts.cs (3)
599
using (Font headerFooterFont = new Font(ambientTheme.
Font
.FontFamily, ambientTheme.
Font
.Size / this.scaling, ambientTheme.
Font
.Style))
AuthoringOM\Design\WorkflowPrinting.cs (1)
173
headerFooterData.Font = ambientTheme.
Font
;