1 write to _documentCreatedLabel
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
80this._documentCreatedLabel = new System.Windows.Forms.Label();
7 references to _documentCreatedLabel
PresentationUI (7)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
80SetTextProperty(_documentCreatedLabel, SR.DocumentPropertiesDialogDocumentCreatedLabel);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (6)
543this._documentTable.Controls.Add(this._documentCreatedLabel, 0, 2); 611this._documentCreatedLabel.AutoSize = true; 612this._documentCreatedLabel.Location = new System.Drawing.Point(3, 41); 613this._documentCreatedLabel.Margin = new System.Windows.Forms.Padding(3); 614this._documentCreatedLabel.Name = "_documentCreatedLabel"; 615this._documentCreatedLabel.Size = new System.Drawing.Size(47, 13);