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