1 write to cancelButton
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (1)
34this.cancelButton = new System.Windows.Forms.Button();
7 references to cancelButton
System.Workflow.ComponentModel (7)
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (7)
62this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; 63resources.ApplyResources(this.cancelButton, "cancelButton"); 64this.cancelButton.Name = "cancelButton"; 65this.cancelButton.UseVisualStyleBackColor = true; 66this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); 79this.buttonTableLayoutPanel.Controls.Add(this.cancelButton, 1, 0); 157this.CancelButton = this.cancelButton;