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