1 write to expiresOnLabel
PresentationUI (1)
MS\Internal\Documents\RMPermissions.Designer.cs (1)
46this.expiresOnLabel = new System.Windows.Forms.Label();
5 references to expiresOnLabel
PresentationUI (5)
MS\Internal\Documents\RMPermissions.cs (1)
37expiresOnLabel.Text = GetUtcDateAsString(userLicense.ValidUntil);
MS\Internal\Documents\RMPermissions.Designer.cs (4)
130this.expirationFlowPanel.Controls.Add(this.expiresOnLabel); 140this.expiresOnLabel.AutoSize = true; 141this.expiresOnLabel.Name = "expiresOnLabel"; 172this.expiresOnLabel.TabIndex = 11;