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