1 write to tableLayoutPanel3
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
38this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
17 references to tableLayoutPanel3
PresentationUI (17)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (17)
95this.tableLayoutPanel3.SuspendLayout(); 121this.tableLayoutPanel3.AutoSize = true; 122this.tableLayoutPanel3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; 123this.tableLayoutPanel3.ColumnCount = 1; 124this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); 125this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); 126this.tableLayoutPanel3.Controls.Add(this._okButton, 0, 1); 127this.tableLayoutPanel3.Controls.Add(this._tabControl, 0, 0); 128this.tableLayoutPanel3.Location = new System.Drawing.Point(6, 6); 129this.tableLayoutPanel3.Name = "tableLayoutPanel3"; 130this.tableLayoutPanel3.RowCount = 2; 131this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle()); 132this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle()); 133this.tableLayoutPanel3.Size = new System.Drawing.Size(362, 437); 731this.Controls.Add(this.tableLayoutPanel3); 739this.tableLayoutPanel3.ResumeLayout(false); 740this.tableLayoutPanel3.PerformLayout();