2 references to MaxHeaderFooterLines
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowPrinting.cs (2)
254string[] headerFooterLines = headerFooter.Split(new char[] { '\n', '\r' }, MaxHeaderFooterLines + 1, StringSplitOptions.RemoveEmptyEntries); 256for (int i = 0; i < Math.Min(headerFooterLines.Length, MaxHeaderFooterLines); i++)