1 write to tableLayoutPanel2
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
65this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
19 references to tableLayoutPanel2
PresentationUI (19)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (19)
100this.tableLayoutPanel2.SuspendLayout(); 423this._infoTab.Controls.Add(this.tableLayoutPanel2); 431this.tableLayoutPanel2.AutoSize = true; 432this.tableLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; 433this.tableLayoutPanel2.ColumnCount = 1; 434this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); 435this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel4, 0, 0); 436this.tableLayoutPanel2.Controls.Add(this._documentDetailBox, 0, 2); 437this.tableLayoutPanel2.Controls.Add(this._fileSystemBox, 0, 1); 438this.tableLayoutPanel2.Dock = DockStyle.Fill; 439this.tableLayoutPanel2.Location = new System.Drawing.Point(6, 3); 440this.tableLayoutPanel2.Name = "tableLayoutPanel2"; 441this.tableLayoutPanel2.RowCount = 3; 442this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); 443this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); 444this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); 445this.tableLayoutPanel2.Size = new System.Drawing.Size(314, 355); 754this.tableLayoutPanel2.ResumeLayout(false); 755this.tableLayoutPanel2.PerformLayout();