1 write to flowLayoutPanelExpires
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
53this.flowLayoutPanelExpires = new System.Windows.Forms.FlowLayoutPanel();
12 references to flowLayoutPanelExpires
PresentationUI (12)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (12)
69this.flowLayoutPanelExpires.SuspendLayout(); 143this.flowLayoutPanelPermissions.Controls.Add(this.flowLayoutPanelExpires); 272this.flowLayoutPanelExpires.AutoSize = true; 273this.flowLayoutPanelExpires.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; 274this.flowLayoutPanelExpires.Controls.Add(this.checkBoxValidUntil); 275this.flowLayoutPanelExpires.Controls.Add(this.datePickerValidUntil); 276this.flowLayoutPanelExpires.FlowDirection = System.Windows.Forms.FlowDirection.LeftToRight; 277this.flowLayoutPanelExpires.Name = "flowLayoutPanelExpires"; 278this.flowLayoutPanelExpires.WrapContents = false; 356this.flowLayoutPanelExpires.TabIndex = 21; 392this.flowLayoutPanelExpires.ResumeLayout(false); 393this.flowLayoutPanelExpires.PerformLayout();