2 writes to PrintTime
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowLayouts.cs (1)
618headerFooterData.PrintTime = this.previewTime;
AuthoringOM\Design\WorkflowPrinting.cs (1)
177headerFooterData.PrintTime = this.printTime;
2 references to PrintTime
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowPrinting.cs (2)
247headerFooter = headerFooter.Replace("{Date}", headerFooterPrintData.PrintTime.ToShortDateString()); 248headerFooter = headerFooter.Replace("{Time}", headerFooterPrintData.PrintTime.ToShortTimeString());