2 writes to dialog
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (2)
188dialog = new StatusDialog(this, parent.dialogTitle); 201dialog = null;
12 references to dialog
System.Windows.Forms (12)
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (12)
190dialog.Visible = true; 194Application.Run(dialog); 199if (dialog != null) { 200dialog.Dispose(); 210if (dialog != null && dialog.IsHandleCreated) { 211dialog.BeginInvoke(new MethodInvoker(dialog.Close)); 221dialog.label1.Text = SR.GetString(SR.PrintControllerWithStatusDialog_NowPrinting, 227if (dialog != null && dialog.IsHandleCreated) { 228dialog.BeginInvoke(new MethodInvoker(ThreadUnsafeUpdateLabel));