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