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