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