1 write to cancelButton
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
223cancelButton = new Button();
9 references to cancelButton
System.Windows.Forms (9)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (9)
126cancelButton.Text = SR.GetString(SR.CloseCaption); 195else if (sender == cancelButton) { 311cancelButton.Bounds = bounds; 312cancelButton.Text = SR.GetString(SR.CancelCaption); 313cancelButton.Click += new EventHandler(this.OnButtonClick); 314cancelButton.FlatStyle = FlatStyle.System; 315this.CancelButton = cancelButton; 330cancelButton, 458cancelButton.Text = SR.GetString(SR.CancelCaption);