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