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