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