1 write to authenticatedAsFlowPanel
PresentationUI (1)
MS\Internal\Documents\RMPermissions.Designer.cs (1)
36this.authenticatedAsFlowPanel = new System.Windows.Forms.FlowLayoutPanel();
11 references to authenticatedAsFlowPanel
PresentationUI (11)
MS\Internal\Documents\RMPermissions.Designer.cs (11)
51this.authenticatedAsFlowPanel.SuspendLayout(); 61this.mainContentFlowPanel.Controls.Add(this.authenticatedAsFlowPanel); 73this.authenticatedAsFlowPanel.AutoSize = true; 74this.authenticatedAsFlowPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; 75this.authenticatedAsFlowPanel.Controls.Add(this.authenticatedAsTextLabel); 76this.authenticatedAsFlowPanel.Controls.Add(this.authenticatedAsLabel); 77this.authenticatedAsFlowPanel.Name = "authenticatedAsFlowPanel"; 78this.authenticatedAsFlowPanel.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; 162this.authenticatedAsFlowPanel.TabIndex = 1; 195this.authenticatedAsFlowPanel.ResumeLayout(false); 196this.authenticatedAsFlowPanel.PerformLayout();