1 write to overarchingFlowLayoutPanel
WinFormsControlsTest (1)
MainForm.Designer.cs (1)
34
this.
overarchingFlowLayoutPanel
= new System.Windows.Forms.FlowLayoutPanel();
19 references to overarchingFlowLayoutPanel
WinFormsControlsTest (19)
MainForm.cs (11)
38
overarchingFlowLayoutPanel
.Controls.Add(button);
237
overarchingFlowLayoutPanel
.Controls[(int)MainFormControlsTabOrder.ButtonsButton].Focus();
247
foreach (Control control in
overarchingFlowLayoutPanel
.Controls)
260
overarchingFlowLayoutPanel
.SuspendLayout();
266
overarchingFlowLayoutPanel
.ResumeLayout(true);
281
overarchingFlowLayoutPanel
.SuspendLayout();
288
overarchingFlowLayoutPanel
.ResumeLayout(true);
291
int padding =
overarchingFlowLayoutPanel
.Controls[0].Margin.All;
294
(biggestButton.Width + padding * 2) * 3 + padding * 2 +
overarchingFlowLayoutPanel
.Location.X * 2,
295
(int)Math.Ceiling((
overarchingFlowLayoutPanel
.Controls.Count + 1) / 3.0) * (biggestButton.Height + padding * 2)
296
+ padding * 2 +
overarchingFlowLayoutPanel
.Location.Y * 2);
MainForm.Designer.cs (8)
35
this.
overarchingFlowLayoutPanel
.SuspendLayout();
40
this.
overarchingFlowLayoutPanel
.Dock = System.Windows.Forms.DockStyle.Fill;
41
this.
overarchingFlowLayoutPanel
.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
42
this.
overarchingFlowLayoutPanel
.Location = new System.Drawing.Point(8, 8);
43
this.
overarchingFlowLayoutPanel
.Name = "flowLayoutPanelUITypeEditors";
44
this.
overarchingFlowLayoutPanel
.TabIndex = 0;
51
this.Controls.Add(this.
overarchingFlowLayoutPanel
);
55
this.
overarchingFlowLayoutPanel
.ResumeLayout(false);