3 writes to Cancel
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (2)
114e.Cancel = true; 129e.Cancel = true;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\WorkflowPrinting.cs (1)
198printPageArg.Cancel = true;
2 references to Cancel
System.Drawing (2)
commonui\System\Drawing\Printing\PrintController.cs (2)
194if (pageEvent.Cancel) { 248if (pageEvent.Cancel) {