1 write to buttonCancel
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
133this.buttonCancel = new System.Windows.Forms.Button();
5 references to buttonCancel
System.Workflow.ComponentModel (5)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (5)
163resources.ApplyResources(this.buttonCancel, "buttonCancel"); 164this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; 165this.buttonCancel.Name = "buttonCancel"; 276this.okCancelTableLayoutPanel.Controls.Add(this.buttonCancel, 1, 0); 299this.CancelButton = this.buttonCancel;