1 write to checkBoxValidUntil
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
54this.checkBoxValidUntil = new System.Windows.Forms.CheckBox();
10 references to checkBoxValidUntil
PresentationUI (10)
MS\Internal\Documents\RMPublishingDialog.cs (5)
48checkBoxValidUntil.Checked = false; 115checkBoxValidUntil.Checked = true; 176if (checkBoxValidUntil.Checked) 632datePickerValidUntil.Enabled = checkBoxValidUntil.Checked; 956checkBoxValidUntil.Text = SR.RMPublishingExpiresOn;
MS\Internal\Documents\RMPublishingDialog.Designer.cs (5)
274this.flowLayoutPanelExpires.Controls.Add(this.checkBoxValidUntil); 282this.checkBoxValidUntil.AutoSize = true; 283this.checkBoxValidUntil.Name = "checkBoxValidUntil"; 284this.checkBoxValidUntil.CheckedChanged += new System.EventHandler(this.checkBoxValidUntil_CheckedChanged); 357this.checkBoxValidUntil.TabIndex = 22;