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