1 write to _title
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
43
this.
_title
= new System.Windows.Forms.TextBox();
9 references to _title
PresentationUI (9)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
116
SetTextProperty(
_title
, DocumentProperties.Current.CoreProperties.Title);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (8)
165
this.tableLayoutPanel1.Controls.Add(this.
_title
, 1, 0);
218
this.
_title
.BackColor = System.Drawing.SystemColors.Control;
219
this.
_title
.BorderStyle = System.Windows.Forms.BorderStyle.None;
220
this.
_title
.Location = new System.Drawing.Point(69, 3);
221
this.
_title
.Name = "_title";
222
this.
_title
.ReadOnly = true;
223
this.
_title
.Size = new System.Drawing.Size(335, 13);
224
this.
_title
.TabStop = false;