1 write to _navigationButtonsTableLayoutPanel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (1)
224_navigationButtonsTableLayoutPanel = new TableLayoutPanel();
13 references to _navigationButtonsTableLayoutPanel
System.Windows.Forms.Design (13)
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (13)
228_navigationButtonsTableLayoutPanel.SuspendLayout(); 320resources.ApplyResources(_navigationButtonsTableLayoutPanel, "navigationButtonsTableLayoutPanel"); 321_navigationButtonsTableLayoutPanel.ColumnStyles.Add(new ColumnStyle()); 322_navigationButtonsTableLayoutPanel.Controls.Add(_moveUpButton, 0, 0); 323_navigationButtonsTableLayoutPanel.Controls.Add(_btnDelete, 0, 2); 324_navigationButtonsTableLayoutPanel.Controls.Add(_moveDownButton, 0, 1); 325_navigationButtonsTableLayoutPanel.Name = "navigationButtonsTableLayoutPanel"; 326_navigationButtonsTableLayoutPanel.RowStyles.Add(new RowStyle()); 327_navigationButtonsTableLayoutPanel.RowStyles.Add(new RowStyle()); 328_navigationButtonsTableLayoutPanel.RowStyles.Add(new RowStyle()); 349_navigationButtonsTableLayoutPanel.ResumeLayout(false); 376_navigationButtonsTableLayoutPanel.Margin = new Padding(PIXEL_3, PIXEL_3, PIXEL_18, PIXEL_3); 383_overarchingTableLayoutPanel.Controls.Add(_navigationButtonsTableLayoutPanel, 1, 1);