1 write to label1
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
265this.label1 = new Label();
9 references to label1
System.Windows.Forms (9)
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (9)
221dialog.label1.Text = SR.GetString(SR.PrintControllerWithStatusDialog_NowPrinting, 268label1.AutoSize = true; 269label1.Location = new Point(8, 16); 270label1.TextAlign = ContentAlignment.MiddleCenter; 271label1.Size = new Size(240, 64); 272label1.TabIndex = 1; 273label1.Anchor = AnchorStyles.None; 292tableLayoutPanel1.Controls.Add(label1, 0, 0); 313label1.Text = SR.GetString(SR.PrintControllerWithStatusDialog_Canceling);