1 write to okButton
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
138
this.
okButton
= new System.Windows.Forms.Button();
7 references to okButton
System.Workflow.ComponentModel (7)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (7)
212
resources.ApplyResources(this.
okButton
, "okButton");
213
this.
okButton
.DialogResult = System.Windows.Forms.DialogResult.OK;
214
this.
okButton
.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
215
this.
okButton
.Name = "okButton";
275
this.okCancelTableLayoutPanel.Controls.Add(this.
okButton
, 0, 0);
283
this.AcceptButton = this.
okButton
;
396
this.
okButton
.Click += new EventHandler(OnOk);