2 writes to Font
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowLayouts.cs (1)
621headerFooterData.Font = headerFooterFont;
AuthoringOM\Design\WorkflowPrinting.cs (1)
173headerFooterData.Font = ambientTheme.Font;
2 references to Font
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowPrinting.cs (2)
265SizeF stringSize = graphics.MeasureString(headerFooter, headerFooterPrintData.Font); 303graphics.DrawString(headerFooter, headerFooterPrintData.Font, WorkflowTheme.CurrentTheme.AmbientTheme.ForegroundBrush, layoutRectangle, stringFormat);