1 write to buttonCancel
System.Workflow.Activities (1)
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
63this.buttonCancel = new System.Windows.Forms.Button();
7 references to buttonCancel
System.Workflow.Activities (7)
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (7)
292resources.ApplyResources(this.buttonCancel, "buttonCancel"); 293this.buttonCancel.CausesValidation = false; 294this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; 295this.buttonCancel.Name = "buttonCancel"; 296this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); 314this.okCancelTableLayoutPanel.Controls.Add(this.buttonCancel, 1, 0); 337this.CancelButton = this.buttonCancel;