1 write to okButton
System.Workflow.Activities (1)
Rules\Design\Dialogs\RuleConditionDialog.Designer.cs (1)
34
this.
okButton
= new System.Windows.Forms.Button();
6 references to okButton
System.Workflow.Activities (6)
Rules\Design\Dialogs\RuleConditionDialog.Designer.cs (6)
50
this.okCancelTableLayoutPanel.Controls.Add(this.
okButton
, 0, 0);
56
resources.ApplyResources(this.
okButton
, "okButton");
57
this.
okButton
.DialogResult = System.Windows.Forms.DialogResult.OK;
58
this.
okButton
.Name = "okButton";
59
this.
okButton
.Click += new System.EventHandler(this.okButton_Click);
98
this.AcceptButton = this.
okButton
;