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