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