1 write to cancelButton
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
139
this.
cancelButton
= new System.Windows.Forms.Button();
6 references to cancelButton
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (6)
219
resources.ApplyResources(this.
cancelButton
, "cancelButton");
220
this.
cancelButton
.DialogResult = System.Windows.Forms.DialogResult.Cancel;
221
this.
cancelButton
.Margin = new System.Windows.Forms.Padding(3, 0, 3, 0);
222
this.
cancelButton
.Name = "cancelButton";
276
this.okCancelTableLayoutPanel.Controls.Add(this.
cancelButton
, 1, 0);
284
this.CancelButton = this.
cancelButton
;