1 write to buttonOK
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
135
this.
buttonOK
= new System.Windows.Forms.Button();
12 references to buttonOK
System.Workflow.ComponentModel (12)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (12)
176
resources.ApplyResources(this.
buttonOK
, "buttonOK");
177
this.
buttonOK
.DialogResult = System.Windows.Forms.DialogResult.OK;
178
this.
buttonOK
.Name = "buttonOK";
179
this.
buttonOK
.Click += new System.EventHandler(this.OkButtonClicked);
275
this.okCancelTableLayoutPanel.Controls.Add(this.
buttonOK
, 0, 0);
297
this.AcceptButton = this.
buttonOK
;
514
lineRectangle = new Rectangle(this.ClientRectangle.Left, this.helpTextHolder.Bottom + ((this.okCancelTableLayoutPanel.Top + this.
buttonOK
.Top - this.helpTextHolder.Bottom) / 2), this.ClientRectangle.Width, 1);
611
this.
buttonOK
.Enabled == true)
612
OkButtonClicked(this.
buttonOK
, EventArgs.Empty);
1023
this.
buttonOK
.Enabled = true;
1024
this.AcceptButton = this.
buttonOK
;
1028
this.
buttonOK
.Enabled = false;