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