1 write to buttonOK
System.Workflow.Activities (1)
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
48
this.
buttonOK
= new System.Windows.Forms.Button();
5 references to buttonOK
System.Workflow.Activities (5)
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (5)
190
resources.ApplyResources(this.
buttonOK
, "buttonOK");
191
this.
buttonOK
.DialogResult = System.Windows.Forms.DialogResult.OK;
192
this.
buttonOK
.Name = "buttonOK";
313
this.okCancelTableLayoutPanel.Controls.Add(this.
buttonOK
, 0, 0);
334
this.AcceptButton = this.
buttonOK
;