1 write to cancelButton
System.Workflow.Activities (1)
Rules\Design\Dialogs\RenameRuleObjectDialog.Designer.cs (1)
31this.cancelButton = new System.Windows.Forms.Button();
7 references to cancelButton
System.Workflow.Activities (7)
Rules\Design\Dialogs\RenameRuleObjectDialog.Designer.cs (7)
41resources.ApplyResources(this.cancelButton, "cancelButton"); 42this.cancelButton.CausesValidation = false; 43this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; 44this.cancelButton.Name = "cancelButton"; 45this.cancelButton.Click += new System.EventHandler(this.OnCancel); 69this.okCancelTableLayoutPanel.Controls.Add(this.cancelButton, 1, 0); 76this.CancelButton = this.cancelButton;