1 write to _instructionLabel
PresentationUI (1)
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (1)
47
this.
_instructionLabel
= new System.Windows.Forms.Label();
8 references to _instructionLabel
PresentationUI (8)
MS\Internal\Documents\CredentialManagerDialog.cs (1)
165
_instructionLabel
.Text = SR.RMCredManagementInstruction;
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (7)
62
this._mainDialogTableLayoutPanel.Controls.Add(this.
_instructionLabel
, 0, 0);
150
this.
_instructionLabel
.AutoSize = true;
151
this.
_instructionLabel
.Location = new System.Drawing.Point(3, 0);
152
this.
_instructionLabel
.MaximumSize = new System.Drawing.Size(400, 0);
153
this.
_instructionLabel
.Name = "_instructionLabel";
154
this.
_instructionLabel
.Size = new System.Drawing.Size(0, 0);
155
this.
_instructionLabel
.TabIndex = 0;