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