1 write to _keywordsLabel
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
57this._keywordsLabel = new System.Windows.Forms.Label();
7 references to _keywordsLabel
PresentationUI (7)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
67SetTextProperty(_keywordsLabel, SR.DocumentPropertiesDialogKeywordsLabel);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (6)
173this.tableLayoutPanel1.Controls.Add(this._keywordsLabel, 0, 5); 337this._keywordsLabel.AutoSize = true; 338this._keywordsLabel.Location = new System.Drawing.Point(3, 167); 339this._keywordsLabel.Margin = new System.Windows.Forms.Padding(3); 340this._keywordsLabel.Name = "_keywordsLabel"; 341this._keywordsLabel.Size = new System.Drawing.Size(53, 13);