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();
320
resources.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);