1 write to _mainDialogTableLayoutPanel
PresentationUI (1)
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (1)
38this._mainDialogTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
19 references to _mainDialogTableLayoutPanel
PresentationUI (19)
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (19)
48this._mainDialogTableLayoutPanel.SuspendLayout(); 56this._mainDialogTableLayoutPanel.AutoSize = true; 57this._mainDialogTableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; 58this._mainDialogTableLayoutPanel.ColumnCount = 1; 59this._mainDialogTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); 60this._mainDialogTableLayoutPanel.Controls.Add(this._buttonFlowLayoutPanel, 0, 2); 61this._mainDialogTableLayoutPanel.Controls.Add(this._userInputtableLayoutPanel, 0, 1); 62this._mainDialogTableLayoutPanel.Controls.Add(this._instructionLabel, 0, 0); 63this._mainDialogTableLayoutPanel.Location = new System.Drawing.Point(8, 8); 64this._mainDialogTableLayoutPanel.Name = "_mainDialogTableLayoutPanel"; 65this._mainDialogTableLayoutPanel.RowCount = 3; 66this._mainDialogTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); 67this._mainDialogTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); 68this._mainDialogTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); 69this._mainDialogTableLayoutPanel.Size = new System.Drawing.Size(398, 157); 70this._mainDialogTableLayoutPanel.TabIndex = 0; 166this.Controls.Add(this._mainDialogTableLayoutPanel); 172this._mainDialogTableLayoutPanel.ResumeLayout(false); 173this._mainDialogTableLayoutPanel.PerformLayout();