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