1 write to button1
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
266this.button1 = new Button();
10 references to button1
System.Windows.Forms (10)
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (10)
275button1.AutoSize = true; 276button1.Size = new Size(75, 23); 277button1.TabIndex = 0; 278button1.Text = SR.GetString(SR.PrintControllerWithStatusDialog_Cancel); 279button1.Location = new Point(88, 88); 280button1.Anchor = AnchorStyles.None; 281button1.Click += new EventHandler(button1_Click); 293tableLayoutPanel1.Controls.Add(button1, 0, 1); 307this.CancelButton = button1; 312button1.Enabled = false;