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)
129buttonSaveAs.Click += new System.EventHandler(this.buttonSaveAs_Click); 551buttonSaveAs.Enabled = isSaveAllowed; 782this.AcceptButton = buttonSaveAs; 956buttonSaveAs.Text = SR.RMPublishingSaveAsButton; 957_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;