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