1 write to cancelButton
System.Workflow.Activities (1)
Rules\Design\Dialogs\RuleConditionDialog.Designer.cs (1)
35this.cancelButton = new System.Windows.Forms.Button();
6 references to cancelButton
System.Workflow.Activities (6)
Rules\Design\Dialogs\RuleConditionDialog.Designer.cs (6)
51this.okCancelTableLayoutPanel.Controls.Add(this.cancelButton, 1, 0); 63resources.ApplyResources(this.cancelButton, "cancelButton"); 64this.cancelButton.CausesValidation = false; 65this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; 66this.cancelButton.Name = "cancelButton"; 101this.CancelButton = this.cancelButton;