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();
86
resources.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());
102
Controls.Add(
_okCancelTableLayoutPanel
);
112
_okCancelTableLayoutPanel
.ResumeLayout(false);
113
_okCancelTableLayoutPanel
.PerformLayout();