1 write to _flowLayoutPanel4
PresentationUI (1)
MS\Internal\Documents\RMEnrollmentPage1.Designer.cs (1)
42
_flowLayoutPanel4
= new System.Windows.Forms.FlowLayoutPanel();
15 references to _flowLayoutPanel4
PresentationUI (15)
MS\Internal\Documents\RMEnrollmentPage1.Designer.cs (15)
55
_flowLayoutPanel4
.SuspendLayout();
86
_flowLayoutPanel3.Controls.Add(
_flowLayoutPanel4
);
95
_flowLayoutPanel4
.AutoSize = true;
96
_flowLayoutPanel4
.Controls.Add(_label1);
97
_flowLayoutPanel4
.Controls.Add(_label2);
98
_flowLayoutPanel4
.Controls.Add(_label3);
99
_flowLayoutPanel4
.Controls.Add(_privacyLabel);
100
_flowLayoutPanel4
.Controls.Add(_instructionlabel);
101
_flowLayoutPanel4
.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
102
_flowLayoutPanel4
.Location = new System.Drawing.Point(3, 3);
103
_flowLayoutPanel4
.Name = "_flowLayoutPanel4";
104
_flowLayoutPanel4
.Size = new System.Drawing.Size(198, 89);
105
_flowLayoutPanel4
.TabIndex = 0;
221
_flowLayoutPanel4
.ResumeLayout(false);
222
_flowLayoutPanel4
.PerformLayout();