1 write to _descriptionLabel
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
63this._descriptionLabel = new System.Windows.Forms.Label();
8 references to _descriptionLabel
PresentationUI (8)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
66SetTextProperty(_descriptionLabel, SR.DocumentPropertiesDialogDescriptionLabel);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (7)
171this.tableLayoutPanel1.Controls.Add(this._descriptionLabel, 0, 4); 395this._descriptionLabel.AutoSize = true; 396this._descriptionLabel.ImageAlign = System.Drawing.ContentAlignment.TopLeft; 397this._descriptionLabel.Location = new System.Drawing.Point(3, 60); 398this._descriptionLabel.Margin = new System.Windows.Forms.Padding(3); 399this._descriptionLabel.Name = "_descriptionLabel"; 400this._descriptionLabel.Size = new System.Drawing.Size(60, 13);