1 write to buttonCancel
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
60
this.
buttonCancel
= new System.Windows.Forms.Button();
9 references to buttonCancel
PresentationUI (9)
MS\Internal\Documents\RMPublishingDialog.cs (1)
963
buttonCancel
.Text = SR.RMPublishingCancelButton;
MS\Internal\Documents\RMPublishingDialog.Designer.cs (8)
300
this.flowLayoutPanelActions.Controls.Add(this.
buttonCancel
);
312
this.
buttonCancel
.AutoSize = true;
313
this.
buttonCancel
.DialogResult = System.Windows.Forms.DialogResult.Cancel;
314
this.
buttonCancel
.Location = new System.Drawing.Point(463, 3);
315
this.
buttonCancel
.Name = "buttonCancel";
316
this.
buttonCancel
.Size = new System.Drawing.Size(75, 23);
362
this.
buttonCancel
.TabIndex = 27;
373
this.CancelButton =
buttonCancel
;