1 write to _documentDetailBox
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
72this._documentDetailBox = new System.Windows.Forms.GroupBox();
14 references to _documentDetailBox
PresentationUI (14)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
77SetTextProperty(_documentDetailBox, SR.DocumentPropertiesDialogDocumentDetailBoxLabel);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (13)
103this._documentDetailBox.SuspendLayout(); 436this.tableLayoutPanel2.Controls.Add(this._documentDetailBox, 0, 2); 520this._documentDetailBox.AutoSize = true; 521this._documentDetailBox.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; 522this._documentDetailBox.BackColor = System.Drawing.Color.Transparent; 523this._documentDetailBox.Controls.Add(this._documentTable); 524this._documentDetailBox.Location = new System.Drawing.Point(3, 225); 525this._documentDetailBox.Name = "_documentDetailBox"; 526this._documentDetailBox.Size = new System.Drawing.Size(305, 127); 527this._documentDetailBox.TabStop = false; 528this._documentDetailBox.Margin = new System.Windows.Forms.Padding(3, 3, 10, 3); 759this._documentDetailBox.ResumeLayout(false); 760this._documentDetailBox.PerformLayout();