1 write to _keywords
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
61
this.
_keywords
= new System.Windows.Forms.TextBox();
10 references to _keywords
PresentationUI (10)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
104
SetTextProperty(
_keywords
, DocumentProperties.Current.CoreProperties.Keywords);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (9)
174
this.tableLayoutPanel1.Controls.Add(this.
_keywords
, 1, 5);
375
this.
_keywords
.BorderStyle = System.Windows.Forms.BorderStyle.None;
376
this.
_keywords
.Location = new System.Drawing.Point(69, 167);
377
this.
_keywords
.Multiline = true;
378
this.
_keywords
.Name = "_keywords";
379
this.
_keywords
.ReadOnly = true;
380
this.
_keywords
.Size = new System.Drawing.Size(335, 28);
381
this.
_keywords
.TabStop = false;
382
this.
_keywords
.Margin = new System.Windows.Forms.Padding(0,3,3,0);