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