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