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