1 write to _infoTab
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
64
this.
_infoTab
= new System.Windows.Forms.TabPage();
11 references to _infoTab
PresentationUI (11)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
75
SetTextProperty(
_infoTab
, SR.DocumentPropertiesDialogInfoLabel);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (10)
99
this.
_infoTab
.SuspendLayout();
138
this._tabControl.Controls.Add(this.
_infoTab
);
422
this.
_infoTab
.BackColor = System.Drawing.SystemColors.Control;
423
this.
_infoTab
.Controls.Add(this.tableLayoutPanel2);
424
this.
_infoTab
.Location = new System.Drawing.Point(4, 22);
425
this.
_infoTab
.Name = "_infoTab";
426
this.
_infoTab
.Size = new System.Drawing.Size(348, 379);
427
this.
_infoTab
.TabIndex = 2;
752
this.
_infoTab
.ResumeLayout(false);
753
this.
_infoTab
.PerformLayout();