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