1 write to _removeButton
PresentationUI (1)
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (1)
45
this.
_removeButton
= new System.Windows.Forms.Button();
12 references to _removeButton
PresentationUI (12)
MS\Internal\Documents\CredentialManagerDialog.cs (5)
88
_removeButton
.Enabled = true;
92
_removeButton
.Enabled = false;
157
_removeButton
.Text = SR.RMCredManagementRemove;
162
int maxWidth = Math.Max(_addButton.Width,
_removeButton
.Width);
164
_removeButton
.Width = maxWidth;
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (7)
117
this._listButtonFlowLayoutPanel.Controls.Add(this.
_removeButton
);
131
this.
_removeButton
.AutoSize = true;
132
this.
_removeButton
.Dock = System.Windows.Forms.DockStyle.Fill;
133
this.
_removeButton
.Enabled = false;
134
this.
_removeButton
.Name = "_removeButton";
135
this.
_removeButton
.TabIndex = 1;
136
this.
_removeButton
.Click += new System.EventHandler(this._removeButton_Click);