1 write to _summaryTab
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
40
this.
_summaryTab
= new System.Windows.Forms.TabPage();
11 references to _summaryTab
PresentationUI (11)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
62
SetTextProperty(
_summaryTab
, SR.DocumentPropertiesDialogSummaryLabel);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (10)
97
this.
_summaryTab
.SuspendLayout();
137
this._tabControl.Controls.Add(this.
_summaryTab
);
150
this.
_summaryTab
.BackColor = System.Drawing.SystemColors.Control;
151
this.
_summaryTab
.Controls.Add(this.tableLayoutPanel1);
152
this.
_summaryTab
.Location = new System.Drawing.Point(4, 22);
153
this.
_summaryTab
.Name = "_summaryTab";
154
this.
_summaryTab
.Padding = new System.Windows.Forms.Padding(12);
155
this.
_summaryTab
.Size = new System.Drawing.Size(324, 355);
748
this.
_summaryTab
.ResumeLayout(false);
749
this.
_summaryTab
.PerformLayout();