1 write to printDocument
System.Workflow.ComponentModel (1)
AuthoringOM\Design\WorkflowView.cs (1)
523
this.
printDocument
= new WorkflowPrintDocument(this);
2 references to printDocument
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowView.cs (2)
522
if (this.
printDocument
== null)
525
return this.
printDocument
;