1 write to _fileSystemBox
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
84
this.
_fileSystemBox
= new System.Windows.Forms.GroupBox();
13 references to _fileSystemBox
PresentationUI (13)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
83
SetTextProperty(
_fileSystemBox
, SR.DocumentPropertiesDialogFileSystemBoxLabel);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (12)
105
this.
_fileSystemBox
.SuspendLayout();
437
this.tableLayoutPanel2.Controls.Add(this.
_fileSystemBox
, 0, 1);
644
this.
_fileSystemBox
.AutoSize = true;
645
this.
_fileSystemBox
.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
646
this.
_fileSystemBox
.BackColor = System.Drawing.Color.Transparent;
647
this.
_fileSystemBox
.Controls.Add(this._fileTable);
648
this.
_fileSystemBox
.Location = new System.Drawing.Point(3, 124);
649
this.
_fileSystemBox
.Name = "_fileSystemBox";
650
this.
_fileSystemBox
.TabStop = false;
651
this.
_fileSystemBox
.Margin = new System.Windows.Forms.Padding(3, 3, 10, 3);
763
this.
_fileSystemBox
.ResumeLayout(false);
764
this.
_fileSystemBox
.PerformLayout();