2 writes to showNetwork
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (2)
223set { showNetwork = value;} 283showNetwork = true;
2 references to showNetwork
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (2)
222get { return showNetwork;} 262if (!showNetwork) flags |= NativeMethods.PD_NONETWORKBUTTON;