1 write to _messageLabel
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.StatusDialog.cs (1)
35
_messageLabel
= new FocusableLabel()
4 references to _messageLabel
System.Windows.Forms (4)
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.BackgroundThread.cs (1)
90
_dialog!.
_messageLabel
.Text = string.Format(
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.StatusDialog.cs (3)
25
[MemberNotNull(nameof(
_messageLabel
))]
69
_tableLayoutPanel.Controls.Add(
_messageLabel
, 0, 0);
87
_messageLabel
.Text = SR.PrintControllerWithStatusDialog_Canceling;