1 write to flowLayoutPanelPermissions
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
41
this.
flowLayoutPanelPermissions
= new System.Windows.Forms.FlowLayoutPanel();
18 references to flowLayoutPanelPermissions
PresentationUI (18)
MS\Internal\Documents\RMPublishingDialog.cs (3)
602
flowLayoutPanelPermissions
.Visible = false;
611
flowLayoutPanelPermissions
.Visible = true;
618
flowLayoutPanelPermissions
.Visible = false;
MS\Internal\Documents\RMPublishingDialog.Designer.cs (15)
66
this.
flowLayoutPanelPermissions
.SuspendLayout();
120
this.groupBoxMainContent.Controls.Add(this.
flowLayoutPanelPermissions
);
138
this.
flowLayoutPanelPermissions
.AutoSize = true;
139
this.
flowLayoutPanelPermissions
.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
140
this.
flowLayoutPanelPermissions
.Controls.Add(this.flowLayoutPanelPeople);
141
this.
flowLayoutPanelPermissions
.Controls.Add(this.rightsTable);
142
this.
flowLayoutPanelPermissions
.Controls.Add(this.flowLayoutPanelContact);
143
this.
flowLayoutPanelPermissions
.Controls.Add(this.flowLayoutPanelExpires);
144
this.
flowLayoutPanelPermissions
.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
145
this.
flowLayoutPanelPermissions
.Name = "flowLayoutPanelPermissions";
146
this.
flowLayoutPanelPermissions
.Padding = new System.Windows.Forms.Padding(5, 18, 5, 5);
147
this.
flowLayoutPanelPermissions
.Visible = false;
341
this.
flowLayoutPanelPermissions
.TabIndex = 6;
386
this.
flowLayoutPanelPermissions
.ResumeLayout(false);
387
this.
flowLayoutPanelPermissions
.PerformLayout();