1 write to buttonSave
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
61
this.
buttonSave
= new System.Windows.Forms.Button();
11 references to buttonSave
PresentationUI (11)
MS\Internal\Documents\RMPublishingDialog.cs (5)
133
buttonSave
.Click += new System.EventHandler(this.buttonSave_Click);
149
buttonSave
.Enabled = _canSave;
555
buttonSave
.Enabled = isSaveAllowed && _canSave;
959
buttonSave
.Text = SR.RMPublishingSaveButton;
960
_toolTip.SetToolTip(
buttonSave
, SR.RMPublishingSaveButtonToolTip);
MS\Internal\Documents\RMPublishingDialog.Designer.cs (6)
301
this.flowLayoutPanelActions.Controls.Add(this.
buttonSave
);
320
this.
buttonSave
.AutoSize = true;
321
this.
buttonSave
.Location = new System.Drawing.Point(382, 3);
322
this.
buttonSave
.Name = "buttonSave";
323
this.
buttonSave
.Size = new System.Drawing.Size(75, 23);
361
this.
buttonSave
.TabIndex = 26;