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(); 134resources.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); 216Controls.AddRange([_innerPanel, _outerPanel]); 220_outerPanel.ResumeLayout(false); 221_outerPanel.PerformLayout();