1 write to authenticatedAsLabel
PresentationUI (1)
MS\Internal\Documents\RMPermissions.Designer.cs (1)
38this.authenticatedAsLabel = new System.Windows.Forms.Label();
6 references to authenticatedAsLabel
PresentationUI (6)
MS\Internal\Documents\RMPermissions.cs (1)
36authenticatedAsLabel.Text = userLicense.LicensedUser.Name;
MS\Internal\Documents\RMPermissions.Designer.cs (5)
76this.authenticatedAsFlowPanel.Controls.Add(this.authenticatedAsLabel); 87this.authenticatedAsLabel.AutoSize = true; 88this.authenticatedAsLabel.Margin = new System.Windows.Forms.Padding(13, 3, 3, 3); 89this.authenticatedAsLabel.Name = "authenticatedAsLabel"; 164this.authenticatedAsLabel.TabIndex = 3;