2 references to PD_SHOWHELP
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (2)
261
if (showHelp) flags |= NativeMethods.
PD_SHOWHELP
;
508
data.Flags &= ~(NativeMethods.
PD_SHOWHELP
| NativeMethods.PD_NONETWORKBUTTON);