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