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