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); 260Controls.Add(_mainLayoutTable); 272_mainLayoutTable.ResumeLayout(false); 273_mainLayoutTable.PerformLayout();