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