2 writes to _dialog
System.Windows.Forms (2)
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.BackgroundThread.cs (2)
66
_dialog
= new StatusDialog(this, _parent._dialogTitle);
81
_dialog
= null;
6 references to _dialog
System.Windows.Forms (6)
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.BackgroundThread.cs (6)
34
if (
_dialog
is { } dialog && dialog.IsHandleCreated)
47
if (
_dialog
is { } dialog && dialog.IsHandleCreated)
68
_dialog
.Visible = true;
73
Application.Run(
_dialog
);
80
_dialog
?.Dispose();
90
_dialog
!._messageLabel.Text = string.Format(