1 write to cancelButton
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
320
this.
cancelButton
= new System.Windows.Forms.Button();
5 references to cancelButton
System.Workflow.ComponentModel (5)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (5)
880
resources.ApplyResources(this.
cancelButton
, "cancelButton");
881
this.
cancelButton
.DialogResult = System.Windows.Forms.DialogResult.Cancel;
882
this.
cancelButton
.Name = "cancelButton";
894
this.okCancelTableLayoutPanel.Controls.Add(this.
cancelButton
, 1, 0);
902
this.CancelButton = this.
cancelButton
;