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