1 write to okButton
System.Workflow.Activities (1)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (1)
33
this.
okButton
= new System.Windows.Forms.Button();
6 references to okButton
System.Workflow.Activities (6)
Rules\Design\Dialogs\BasicBrowserDialog.cs (1)
252
this.
okButton
.Enabled = e.IsSelected;
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (5)
70
resources.ApplyResources(this.
okButton
, "okButton");
71
this.
okButton
.Name = "okButton";
72
this.
okButton
.Click += new System.EventHandler(this.OnOk);
202
this.okCancelTableLayoutPanel.Controls.Add(this.
okButton
, 0, 0);
208
this.AcceptButton = this.
okButton
;