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