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