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