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