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