1 write to flowLayoutPanelUnrestricted
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
40
this.
flowLayoutPanelUnrestricted
= new System.Windows.Forms.FlowLayoutPanel();
14 references to flowLayoutPanelUnrestricted
PresentationUI (14)
MS\Internal\Documents\RMPublishingDialog.cs (3)
601
flowLayoutPanelUnrestricted
.Visible = true;
610
flowLayoutPanelUnrestricted
.Visible = false;
617
flowLayoutPanelUnrestricted
.Visible = false;
MS\Internal\Documents\RMPublishingDialog.Designer.cs (11)
65
this.
flowLayoutPanelUnrestricted
.SuspendLayout();
119
this.groupBoxMainContent.Controls.Add(this.
flowLayoutPanelUnrestricted
);
129
this.
flowLayoutPanelUnrestricted
.AutoSize = true;
130
this.
flowLayoutPanelUnrestricted
.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
131
this.
flowLayoutPanelUnrestricted
.Controls.Add(this.textBoxUnrestrictedText);
132
this.
flowLayoutPanelUnrestricted
.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
133
this.
flowLayoutPanelUnrestricted
.Name = "flowLayoutPanelUnrestricted";
134
this.
flowLayoutPanelUnrestricted
.Padding = new System.Windows.Forms.Padding(5, 18, 5, 5);
340
this.
flowLayoutPanelUnrestricted
.TabIndex = 5;
384
this.
flowLayoutPanelUnrestricted
.ResumeLayout(false);
385
this.
flowLayoutPanelUnrestricted
.PerformLayout();