1 write to _userInputTableLayoutPanel
PresentationUI (1)
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (1)
39_userInputTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
29 references to _userInputTableLayoutPanel
PresentationUI (29)
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (29)
50_userInputTableLayoutPanel.SuspendLayout(); 94_userInputTableLayoutPanel.AutoSize = true; 95_userInputTableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; 96_userInputTableLayoutPanel.ColumnCount = 1; 97_userInputTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); 98_userInputTableLayoutPanel.Controls.Add(_dateTimePicker, 0, 7); 99_userInputTableLayoutPanel.Controls.Add(_requestedLocationTextBox, 0, 5); 100_userInputTableLayoutPanel.Controls.Add(_signatureAppliedByDateLabel, 0, 6); 101_userInputTableLayoutPanel.Controls.Add(_requestSignerNameLabel, 0, 0); 102_userInputTableLayoutPanel.Controls.Add(_requestLocationLabel, 0, 4); 103_userInputTableLayoutPanel.Controls.Add(_requestedSignerNameTextBox, 0, 1); 104_userInputTableLayoutPanel.Controls.Add(_intentLabel, 0, 2); 105_userInputTableLayoutPanel.Controls.Add(_intentComboBox, 0, 3); 106_userInputTableLayoutPanel.Location = new System.Drawing.Point(10, 23); 107_userInputTableLayoutPanel.Margin = new System.Windows.Forms.Padding(0); 108_userInputTableLayoutPanel.Name = "_userInputTableLayoutPanel"; 109_userInputTableLayoutPanel.RowCount = 8; 110_userInputTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); 111_userInputTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); 112_userInputTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); 113_userInputTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); 114_userInputTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); 115_userInputTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); 116_userInputTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); 117_userInputTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); 118_userInputTableLayoutPanel.Size = new System.Drawing.Size(407, 197); 201_mainDialogTableLayoutPanel.Controls.Add(_userInputTableLayoutPanel, 0, 0); 230_userInputTableLayoutPanel.ResumeLayout(false); 231_userInputTableLayoutPanel.PerformLayout();