1 write to cancelButton
System.Workflow.Activities (1)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (1)
32this.cancelButton = new System.Windows.Forms.Button();
7 references to cancelButton
System.Workflow.Activities (7)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (7)
62resources.ApplyResources(this.cancelButton, "cancelButton"); 63this.cancelButton.CausesValidation = false; 64this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; 65this.cancelButton.Name = "cancelButton"; 66this.cancelButton.Click += new System.EventHandler(this.OnCancel); 203this.okCancelTableLayoutPanel.Controls.Add(this.cancelButton, 1, 0); 210this.CancelButton = this.cancelButton;