1 write to _documentTable
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
73this._documentTable = new System.Windows.Forms.TableLayoutPanel();
28 references to _documentTable
PresentationUI (28)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (28)
104this._documentTable.SuspendLayout(); 523this._documentDetailBox.Controls.Add(this._documentTable); 532this._documentTable.AutoSize = true; 533this._documentTable.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; 534this._documentTable.ColumnCount = 2; 535this._documentTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 103)); 536this._documentTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 283)); 537this._documentTable.Controls.Add(this._documentPrintedDate, 1, 4); 538this._documentTable.Controls.Add(this._documentModifiedDate, 1, 3); 539this._documentTable.Controls.Add(this._documentCreatedDate, 1, 2); 540this._documentTable.Controls.Add(this._revision, 1, 1); 541this._documentTable.Controls.Add(this._documentPrintedLabel, 0, 4); 542this._documentTable.Controls.Add(this._documentModifiedLabel, 0, 3); 543this._documentTable.Controls.Add(this._documentCreatedLabel, 0, 2); 544this._documentTable.Controls.Add(this._revisionLabel, 0, 1); 545this._documentTable.Controls.Add(this._lastSavedLabel, 0, 0); 546this._documentTable.Controls.Add(this._lastSaved, 1, 0); 547this._documentTable.Location = new System.Drawing.Point(16, 16); 548this._documentTable.Name = "_documentTable"; 549this._documentTable.RowCount = 5; 550this._documentTable.RowStyles.Add(new System.Windows.Forms.RowStyle()); 551this._documentTable.RowStyles.Add(new System.Windows.Forms.RowStyle()); 552this._documentTable.RowStyles.Add(new System.Windows.Forms.RowStyle()); 553this._documentTable.RowStyles.Add(new System.Windows.Forms.RowStyle()); 554this._documentTable.RowStyles.Add(new System.Windows.Forms.RowStyle()); 555this._documentTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); 761this._documentTable.ResumeLayout(false); 762this._documentTable.PerformLayout();