1 write to _author
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
58
this.
_author
= new System.Windows.Forms.TextBox();
9 references to _author
PresentationUI (9)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
95
SetTextProperty(
_author
, DocumentProperties.Current.CoreProperties.Creator);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (8)
167
this.tableLayoutPanel1.Controls.Add(this.
_author
, 1, 1);
345
this.
_author
.BackColor = System.Drawing.SystemColors.Control;
346
this.
_author
.BorderStyle = System.Windows.Forms.BorderStyle.None;
347
this.
_author
.Location = new System.Drawing.Point(69, 22);
348
this.
_author
.Name = "_author";
349
this.
_author
.ReadOnly = true;
350
this.
_author
.Size = new System.Drawing.Size(335, 13);
351
this.
_author
.TabStop = false;