1 write to _innerPanel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
125_innerPanel = new TableLayoutPanel();
17 references to _innerPanel
System.Windows.Forms.Design (17)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (17)
112[MemberNotNull(nameof(_innerPanel))] 130_innerPanel.SuspendLayout(); 175resources.ApplyResources(_innerPanel, "tlpInner"); 176_innerPanel.ColumnCount = 2; 177_innerPanel.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize)); 178_innerPanel.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize)); 179_innerPanel.Controls.Add(_keyLabel, 0, 0); 180_innerPanel.Controls.Add(_keyComboBox, 0, 1); 181_innerPanel.Controls.Add(_resetButton, 1, 1); 182_innerPanel.Name = "tlpInner"; 183_innerPanel.RowCount = 2; 184_innerPanel.RowStyles.Add(new RowStyle(SizeType.Absolute, 20F)); 185_innerPanel.RowStyles.Add(new RowStyle(SizeType.AutoSize)); 189_innerPanel.SetColumnSpan(_keyLabel, 2); 216Controls.AddRange([_innerPanel, _outerPanel]); 222_innerPanel.ResumeLayout(false); 223_innerPanel.PerformLayout();