1 write to _cancelButton
PresentationUI (1)
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (1)
40this._cancelButton = new System.Windows.Forms.Button();
7 references to _cancelButton
PresentationUI (7)
MS\Internal\Documents\CredentialManagerDialog.cs (1)
161_cancelButton.Text = SR.RMCredManagementCancel;
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (6)
77this._buttonFlowLayoutPanel.Controls.Add(this._cancelButton); 85this._cancelButton.AutoSize = true; 86this._cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; 87this._cancelButton.Name = "_cancelButton"; 88this._cancelButton.TabIndex = 1; 164this.CancelButton = this._cancelButton;