1 write to dwResultAction
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (1)
342data.dwResultAction = 0;
2 references to dwResultAction
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (2)
511if (NativeMethods.Failed(hr) || data.dwResultAction == NativeMethods.PD_RESULT_CANCEL) { 547return (data.dwResultAction == NativeMethods.PD_RESULT_PRINT);