1 write to _okCancelTableLayoutPanel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\LinkAreaEditor.LinkAreaUI.cs (1)
56_okCancelTableLayoutPanel = new TableLayoutPanel();
16 references to _okCancelTableLayoutPanel
System.Windows.Forms.Design (16)
System\Windows\Forms\Design\LinkAreaEditor.LinkAreaUI.cs (16)
48[MemberNotNull(nameof(_okCancelTableLayoutPanel))] 57_okCancelTableLayoutPanel.SuspendLayout(); 86resources.ApplyResources(_okCancelTableLayoutPanel, "okCancelTableLayoutPanel"); 87_okCancelTableLayoutPanel.ColumnCount = 2; 88_okCancelTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); 89_okCancelTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); 90_okCancelTableLayoutPanel.Controls.Add(_okButton, 0, 0); 91_okCancelTableLayoutPanel.Controls.Add(_cancelButton, 1, 0); 92_okCancelTableLayoutPanel.Margin = new Padding(3, 1, 3, 3); 93_okCancelTableLayoutPanel.Name = "okCancelTableLayoutPanel"; 94_okCancelTableLayoutPanel.RowCount = 1; 95_okCancelTableLayoutPanel.RowStyles.Add(new RowStyle()); 96_okCancelTableLayoutPanel.RowStyles.Add(new RowStyle()); 102Controls.Add(_okCancelTableLayoutPanel); 112_okCancelTableLayoutPanel.ResumeLayout(false); 113_okCancelTableLayoutPanel.PerformLayout();