1 write to cancelButton
System.WorkflowServices (1)
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (1)
41this.cancelButton = new System.Windows.Forms.Button();
6 references to cancelButton
System.WorkflowServices (6)
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (6)
100this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; 101resources.ApplyResources(this.cancelButton, "cancelButton"); 102this.cancelButton.Name = "cancelButton"; 103this.cancelButton.UseVisualStyleBackColor = true; 147this.footerPanel.Controls.Add(this.cancelButton); 163this.CancelButton = this.cancelButton;