1 write to _flowLayoutPanel2
PresentationUI (1)
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (1)
41
this.
_flowLayoutPanel2
= new System.Windows.Forms.FlowLayoutPanel();
15 references to _flowLayoutPanel2
PresentationUI (15)
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (15)
52
this.
_flowLayoutPanel2
.SuspendLayout();
92
this.
_flowLayoutPanel2
.AutoSize = true;
93
this.
_flowLayoutPanel2
.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
94
this.
_flowLayoutPanel2
.Controls.Add(this._label1);
95
this.
_flowLayoutPanel2
.Controls.Add(this._flowLayoutPanel3);
96
this.
_flowLayoutPanel2
.Controls.Add(this._tableLayoutPanel1);
97
this.
_flowLayoutPanel2
.Dock = System.Windows.Forms.DockStyle.Fill;
98
this.
_flowLayoutPanel2
.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
99
this.
_flowLayoutPanel2
.Location = new System.Drawing.Point(0, 0);
100
this.
_flowLayoutPanel2
.Name = "_flowLayoutPanel2";
101
this.
_flowLayoutPanel2
.Size = new System.Drawing.Size(548, 326);
102
this.
_flowLayoutPanel2
.TabIndex = 1;
214
this.Controls.Add(this.
_flowLayoutPanel2
);
222
this.
_flowLayoutPanel2
.ResumeLayout(false);
223
this.
_flowLayoutPanel2
.PerformLayout();