2 writes to CurrentPage
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowLayouts.cs (1)
695
headerFooterData.
CurrentPage
= currentPage;
AuthoringOM\Design\WorkflowPrinting.cs (1)
178
headerFooterData.
CurrentPage
= this.currentPrintablePage.X + this.currentPrintablePage.Y * this.totalPrintablePages.X + 1;
1 reference to CurrentPage
System.Workflow.ComponentModel (1)
AuthoringOM\Design\WorkflowPrinting.cs (1)
245
headerFooter = headerFooter.Replace("{#}", headerFooterPrintData.
CurrentPage
.ToString(CultureInfo.CurrentCulture));