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