1 write to _addButton
PresentationUI (1)
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (1)
44this._addButton = new System.Windows.Forms.Button();
9 references to _addButton
PresentationUI (9)
MS\Internal\Documents\CredentialManagerDialog.cs (3)
163_addButton.Text = SR.RMCredManagementAdd; 169int maxWidth = Math.Max(_addButton.Width, _removeButton.Width); 170_addButton.Width = maxWidth;
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (6)
116this._listButtonFlowLayoutPanel.Controls.Add(this._addButton); 123this._addButton.AutoSize = true; 124this._addButton.Dock = System.Windows.Forms.DockStyle.Fill; 125this._addButton.Name = "_addButton"; 126this._addButton.TabIndex = 0; 127this._addButton.Click += new System.EventHandler(this._addButton_Click);