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