1 write to _tabControl
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
39this._tabControl = new System.Windows.Forms.TabControl();
13 references to _tabControl
PresentationUI (13)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (13)
96this._tabControl.SuspendLayout(); 127this.tableLayoutPanel3.Controls.Add(this._tabControl, 0, 0); 137this._tabControl.Controls.Add(this._summaryTab); 138this._tabControl.Controls.Add(this._infoTab); 139this._tabControl.Location = new System.Drawing.Point(3, 3); 140this._tabControl.Name = "_tabControl"; 141this._tabControl.Padding = new System.Drawing.Point(7, 3); 142this._tabControl.SelectedIndex = 0; 143this._tabControl.Size = new System.Drawing.Size(436, 535); 144this._tabControl.TabIndex = 3; 145this._tabControl.BackColor = System.Drawing.SystemColors.Control; 745this._tabControl.ResumeLayout(false); 746this._tabControl.PerformLayout();