1 write to _overarchingLayoutPanel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\StringCollectionEditor.StringCollectionForm.cs (1)
81
_overarchingLayoutPanel
= new TableLayoutPanel();
13 references to _overarchingLayoutPanel
System.Windows.Forms.Design (13)
System\Windows\Forms\Design\StringCollectionEditor.StringCollectionForm.cs (13)
73
[MemberNotNull(nameof(
_overarchingLayoutPanel
))]
82
_overarchingLayoutPanel
.SuspendLayout();
87
_overarchingLayoutPanel
.SetColumnSpan(_instruction, 2);
93
_overarchingLayoutPanel
.SetColumnSpan(_textEntry, 2);
112
resources.ApplyResources(
_overarchingLayoutPanel
, "overarchingLayoutPanel");
113
_overarchingLayoutPanel
.Controls.Add(_instruction, 0, 0);
114
_overarchingLayoutPanel
.Controls.Add(_textEntry, 0, 2);
115
_overarchingLayoutPanel
.Controls.Add(_okButton, 0, 3);
116
_overarchingLayoutPanel
.Controls.Add(_cancelButton, 1, 3);
117
_overarchingLayoutPanel
.Name = "overarchingLayoutPanel";
123
Controls.Add(
_overarchingLayoutPanel
);
130
_overarchingLayoutPanel
.ResumeLayout(false);
131
_overarchingLayoutPanel
.PerformLayout();