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