1 write to _mainDialogTableLayoutPanel
PresentationUI (1)
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (1)
48_mainDialogTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
19 references to _mainDialogTableLayoutPanel
PresentationUI (19)
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (19)
51_mainDialogTableLayoutPanel.SuspendLayout(); 197_mainDialogTableLayoutPanel.AutoSize = true; 198_mainDialogTableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; 199_mainDialogTableLayoutPanel.ColumnCount = 1; 200_mainDialogTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); 201_mainDialogTableLayoutPanel.Controls.Add(_userInputTableLayoutPanel, 0, 0); 202_mainDialogTableLayoutPanel.Controls.Add(_divider, 0, 1); 203_mainDialogTableLayoutPanel.Controls.Add(_buttomControlLayoutpanel, 0, 2); 204_mainDialogTableLayoutPanel.Location = new System.Drawing.Point(9, 9); 205_mainDialogTableLayoutPanel.Margin = new System.Windows.Forms.Padding(10); 206_mainDialogTableLayoutPanel.Name = "_mainDialogTableLayoutPanel"; 207_mainDialogTableLayoutPanel.RowCount = 2; 208_mainDialogTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); 209_mainDialogTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); 210_mainDialogTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); 211_mainDialogTableLayoutPanel.Size = new System.Drawing.Size(433, 273); 221Controls.Add(_mainDialogTableLayoutPanel); 232_mainDialogTableLayoutPanel.ResumeLayout(false); 233_mainDialogTableLayoutPanel.PerformLayout();