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