2 writes to showNetwork
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PageSetupDialog.cs (2)
258set { showNetwork = value;} 295showNetwork = true;
2 references to showNetwork
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PageSetupDialog.cs (2)
257get { return showNetwork;} 271if (!showNetwork) flags |= NativeMethods.PSD_NONETWORKBUTTON;