1 write to _description
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
60this._description = new System.Windows.Forms.TextBox();
10 references to _description
PresentationUI (10)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
105SetTextProperty(_description, DocumentProperties.Current.CoreProperties.Description);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (9)
172this.tableLayoutPanel1.Controls.Add(this._description, 1, 4); 364this._description.BorderStyle = System.Windows.Forms.BorderStyle.None; 365this._description.Location = new System.Drawing.Point(69, 60); 366this._description.Multiline = true; 367this._description.Name = "_description"; 368this._description.ReadOnly = true; 369this._description.Size = new System.Drawing.Size(335, 101); 370this._description.TabStop = false; 371this._description.Margin = new System.Windows.Forms.Padding(0,3,3,0);