1 write to okButton
System.WorkflowServices (1)
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (1)
40
this.
okButton
= new System.Windows.Forms.Button();
8 references to okButton
System.WorkflowServices (8)
System\Workflow\Activities\Design\OperationPickerDialog.cs (3)
302
this.
okButton
.Click += new EventHandler(okButton_Click);
347
this.
okButton
.Enabled = true;
351
this.
okButton
.Enabled = false;
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (5)
94
resources.ApplyResources(this.
okButton
, "okButton");
95
this.
okButton
.Name = "okButton";
96
this.
okButton
.UseVisualStyleBackColor = true;
148
this.footerPanel.Controls.Add(this.
okButton
);
161
this.AcceptButton = this.
okButton
;