2 writes to showHelp
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (2)
207set { showHelp = value;} 282showHelp = false;
2 references to showHelp
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (2)
206get { return showHelp;} 261if (showHelp) flags |= NativeMethods.PD_SHOWHELP;