1 write to OKButton
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
319
this.
OKButton
= new System.Windows.Forms.Button();
6 references to OKButton
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (6)
873
resources.ApplyResources(this.
OKButton
, "OKButton");
874
this.
OKButton
.DialogResult = System.Windows.Forms.DialogResult.OK;
875
this.
OKButton
.Name = "OKButton";
876
this.
OKButton
.Click += new System.EventHandler(this.OKButton_Click);
893
this.okCancelTableLayoutPanel.Controls.Add(this.
OKButton
, 0, 0);
900
this.AcceptButton = this.
OKButton
;