1 write to _outerPanel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
120
_outerPanel
= new TableLayoutPanel();
19 references to _outerPanel
System.Windows.Forms.Design (19)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (19)
107
[MemberNotNull(nameof(
_outerPanel
))]
129
_outerPanel
.SuspendLayout();
134
resources.ApplyResources(
_outerPanel
, "tlpOuter");
135
_outerPanel
.ColumnCount = 3;
136
_outerPanel
.ColumnStyles.Add(new ColumnStyle());
137
_outerPanel
.ColumnStyles.Add(new ColumnStyle());
138
_outerPanel
.ColumnStyles.Add(new ColumnStyle());
139
_outerPanel
.Controls.Add(_modifiersLabel, 0, 0);
140
_outerPanel
.Controls.Add(_ctrlCheckBox, 0, 1);
141
_outerPanel
.Controls.Add(_shiftCheckBox, 1, 1);
142
_outerPanel
.Controls.Add(_altCheckBox, 2, 1);
143
_outerPanel
.Name = "tlpOuter";
144
_outerPanel
.RowCount = 2;
145
_outerPanel
.RowStyles.Add(new RowStyle(SizeType.Absolute, 20F));
146
_outerPanel
.RowStyles.Add(new RowStyle(SizeType.Absolute, 24F));
150
_outerPanel
.SetColumnSpan(_modifiersLabel, 3);
216
Controls.AddRange([_innerPanel,
_outerPanel
]);
220
_outerPanel
.ResumeLayout(false);
221
_outerPanel
.PerformLayout();