1 write to buttonSaveAs
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
62
this.
buttonSaveAs
= new System.Windows.Forms.Button();
12 references to buttonSaveAs
PresentationUI (12)
MS\Internal\Documents\RMPublishingDialog.cs (5)
134
buttonSaveAs
.Click += new System.EventHandler(this.buttonSaveAs_Click);
556
buttonSaveAs
.Enabled = isSaveAllowed;
787
this.AcceptButton =
buttonSaveAs
;
961
buttonSaveAs
.Text = SR.RMPublishingSaveAsButton;
962
_toolTip.SetToolTip(
buttonSaveAs
, SR.RMPublishingSaveAsButtonToolTip);
MS\Internal\Documents\RMPublishingDialog.Designer.cs (7)
302
this.flowLayoutPanelActions.Controls.Add(this.
buttonSaveAs
);
327
this.
buttonSaveAs
.AutoSize = true;
328
this.
buttonSaveAs
.Location = new System.Drawing.Point(301, 3);
329
this.
buttonSaveAs
.Name = "buttonSaveAs";
330
this.
buttonSaveAs
.Size = new System.Drawing.Size(75, 23);
360
this.
buttonSaveAs
.TabIndex = 25;
368
this.AcceptButton =
buttonSaveAs
;