1 write to flowLayoutPanelPeople
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
46
this.
flowLayoutPanelPeople
= new System.Windows.Forms.FlowLayoutPanel();
15 references to flowLayoutPanelPeople
PresentationUI (15)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (15)
68
this.
flowLayoutPanelPeople
.SuspendLayout();
140
this.flowLayoutPanelPermissions.Controls.Add(this.
flowLayoutPanelPeople
);
185
this.
flowLayoutPanelPeople
.AutoSize = true;
186
this.
flowLayoutPanelPeople
.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
187
this.
flowLayoutPanelPeople
.Controls.Add(this.buttonPeoplePicker);
188
this.
flowLayoutPanelPeople
.Controls.Add(this.textBoxUserName);
189
this.
flowLayoutPanelPeople
.Controls.Add(this.buttonAddUser);
190
this.
flowLayoutPanelPeople
.Controls.Add(this.buttonEveryone);
191
this.
flowLayoutPanelPeople
.Controls.Add(this.buttonRemoveUser);
192
this.
flowLayoutPanelPeople
.FlowDirection = System.Windows.Forms.FlowDirection.LeftToRight;
193
this.
flowLayoutPanelPeople
.Name = "flowLayoutPanelPeople";
194
this.
flowLayoutPanelPeople
.WrapContents = false;
346
this.
flowLayoutPanelPeople
.TabIndex = 11;
390
this.
flowLayoutPanelPeople
.ResumeLayout(false);
391
this.
flowLayoutPanelPeople
.PerformLayout();