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