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