1 write to _okButton
PresentationUI (1)
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (1)
41this._okButton = new System.Windows.Forms.Button();
8 references to _okButton
PresentationUI (8)
MS\Internal\Documents\CredentialManagerDialog.cs (1)
162_okButton.Text = SR.RMCredManagementOk;
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (7)
78this._buttonFlowLayoutPanel.Controls.Add(this._okButton); 92this._okButton.AutoSize = true; 93this._okButton.DialogResult = System.Windows.Forms.DialogResult.OK; 94this._okButton.Name = "_okButton"; 95this._okButton.TabIndex = 0; 96this._okButton.Click += new System.EventHandler(this._okButton_Click); 159this.AcceptButton = this._okButton;