1 write to _instructionLabel
PresentationUI (1)
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (1)
47this._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)
62this._mainDialogTableLayoutPanel.Controls.Add(this._instructionLabel, 0, 0); 150this._instructionLabel.AutoSize = true; 151this._instructionLabel.Location = new System.Drawing.Point(3, 0); 152this._instructionLabel.MaximumSize = new System.Drawing.Size(400, 0); 153this._instructionLabel.Name = "_instructionLabel"; 154this._instructionLabel.Size = new System.Drawing.Size(0, 0); 155this._instructionLabel.TabIndex = 0;