1 write to _subject
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
59
this.
_subject
= new System.Windows.Forms.TextBox();
8 references to _subject
PresentationUI (8)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
108
SetTextProperty(
_subject
, DocumentProperties.Current.CoreProperties.Subject);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (7)
169
this.tableLayoutPanel1.Controls.Add(this.
_subject
, 1, 2);
355
this.
_subject
.BorderStyle = System.Windows.Forms.BorderStyle.None;
356
this.
_subject
.Location = new System.Drawing.Point(69, 41);
357
this.
_subject
.Name = "_subject";
358
this.
_subject
.ReadOnly = true;
359
this.
_subject
.Size = new System.Drawing.Size(335, 13);
360
this.
_subject
.TabStop = false;