1 write to _fileTable
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
85this._fileTable = new System.Windows.Forms.TableLayoutPanel();
21 references to _fileTable
PresentationUI (21)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (21)
106this._fileTable.SuspendLayout(); 647this._fileSystemBox.Controls.Add(this._fileTable); 655this._fileTable.AutoSize = true; 656this._fileTable.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; 657this._fileTable.ColumnCount = 2; 658this._fileTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 103)); 659this._fileTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 283)); 660this._fileTable.Controls.Add(this._fileModifiedDate, 1, 1); 661this._fileTable.Controls.Add(this._fileAccessedDate, 1, 2); 662this._fileTable.Controls.Add(this._fileCreatedLabel, 0, 0); 663this._fileTable.Controls.Add(this._fileModifiedLabel, 0, 1); 664this._fileTable.Controls.Add(this._fileCreatedDate, 1, 0); 665this._fileTable.Controls.Add(this._fileAccessedLabel, 0, 2); 666this._fileTable.Location = new System.Drawing.Point(16, 19); 667this._fileTable.Name = "_fileTable"; 668this._fileTable.RowCount = 3; 669this._fileTable.RowStyles.Add(new System.Windows.Forms.RowStyle()); 670this._fileTable.RowStyles.Add(new System.Windows.Forms.RowStyle()); 671this._fileTable.RowStyles.Add(new System.Windows.Forms.RowStyle()); 765this._fileTable.ResumeLayout(false); 766this._fileTable.PerformLayout();