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