1 write to flowLayoutPanelTemplate
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
42this.flowLayoutPanelTemplate = new System.Windows.Forms.FlowLayoutPanel();
15 references to flowLayoutPanelTemplate
PresentationUI (15)
MS\Internal\Documents\RMPublishingDialog.cs (3)
603flowLayoutPanelTemplate.Visible = false; 612flowLayoutPanelTemplate.Visible = false; 619flowLayoutPanelTemplate.Visible = true;
MS\Internal\Documents\RMPublishingDialog.Designer.cs (12)
67this.flowLayoutPanelTemplate.SuspendLayout(); 121this.groupBoxMainContent.Controls.Add(this.flowLayoutPanelTemplate); 151this.flowLayoutPanelTemplate.Controls.Add(this.labelSelectTemplate); 152this.flowLayoutPanelTemplate.Controls.Add(this.comboBoxTemplates); 153this.flowLayoutPanelTemplate.Dock = System.Windows.Forms.DockStyle.Fill; 154this.flowLayoutPanelTemplate.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; 155this.flowLayoutPanelTemplate.Name = "flowLayoutPanelTemplate"; 156this.flowLayoutPanelTemplate.Padding = new System.Windows.Forms.Padding(5, 18, 5, 5); 157this.flowLayoutPanelTemplate.Visible = false; 342this.flowLayoutPanelTemplate.TabIndex = 7; 388this.flowLayoutPanelTemplate.ResumeLayout(false); 389this.flowLayoutPanelTemplate.PerformLayout();