1 write to _mainLayoutTable
PresentationUI (1)
MS\Internal\Documents\SigningDialog.Designer.cs (1)
50
_mainLayoutTable
= new System.Windows.Forms.TableLayoutPanel();
17 references to _mainLayoutTable
PresentationUI (17)
MS\Internal\Documents\SigningDialog.Designer.cs (17)
54
_mainLayoutTable
.SuspendLayout();
237
_mainLayoutTable
.AutoSize = true;
238
_mainLayoutTable
.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
239
_mainLayoutTable
.ColumnCount = 1;
240
_mainLayoutTable
.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
241
_mainLayoutTable
.Controls.Add(_userInputFlowPanel, 0, 1);
242
_mainLayoutTable
.Controls.Add(_buttonflowLayoutPanel, 0, 2);
243
_mainLayoutTable
.Location = new System.Drawing.Point(6, 6);
244
_mainLayoutTable
.Margin = new System.Windows.Forms.Padding(5);
245
_mainLayoutTable
.Name = "_mainLayoutTable";
246
_mainLayoutTable
.RowCount = 3;
247
_mainLayoutTable
.RowStyles.Add(new System.Windows.Forms.RowStyle());
248
_mainLayoutTable
.RowStyles.Add(new System.Windows.Forms.RowStyle());
249
_mainLayoutTable
.Size = new System.Drawing.Size(481, 292);
260
Controls.Add(
_mainLayoutTable
);
272
_mainLayoutTable
.ResumeLayout(false);
273
_mainLayoutTable
.PerformLayout();