1 write to _authorLabel
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
47this._authorLabel = new System.Windows.Forms.Label();
7 references to _authorLabel
PresentationUI (7)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
57SetTextProperty(_authorLabel, SR.DocumentPropertiesDialogAuthorLabel);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (6)
166this.tableLayoutPanel1.Controls.Add(this._authorLabel, 0, 1); 253this._authorLabel.AutoSize = true; 254this._authorLabel.Location = new System.Drawing.Point(3, 22); 255this._authorLabel.Margin = new System.Windows.Forms.Padding(3); 256this._authorLabel.Name = "_authorLabel"; 257this._authorLabel.Size = new System.Drawing.Size(38, 13);