1 write to _subjectLabel
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
51this._subjectLabel = new System.Windows.Forms.Label();
7 references to _subjectLabel
PresentationUI (7)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
58SetTextProperty(_subjectLabel, SR.DocumentPropertiesDialogSubjectLabel);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (6)
168this.tableLayoutPanel1.Controls.Add(this._subjectLabel, 0, 2); 285this._subjectLabel.AutoSize = true; 286this._subjectLabel.Location = new System.Drawing.Point(3, 41); 287this._subjectLabel.Margin = new System.Windows.Forms.Padding(3); 288this._subjectLabel.Name = "_subjectLabel"; 289this._subjectLabel.Size = new System.Drawing.Size(43, 13);