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