1 write to _fileCreatedLabel
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
88this._fileCreatedLabel = new System.Windows.Forms.Label();
7 references to _fileCreatedLabel
PresentationUI (7)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
84SetTextProperty(_fileCreatedLabel, SR.DocumentPropertiesDialogFileCreatedLabel);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (6)
662this._fileTable.Controls.Add(this._fileCreatedLabel, 0, 0); 693this._fileCreatedLabel.AutoSize = true; 694this._fileCreatedLabel.Location = new System.Drawing.Point(3, 3); 695this._fileCreatedLabel.Margin = new System.Windows.Forms.Padding(3); 696this._fileCreatedLabel.Name = "_fileCreatedLabel"; 697this._fileCreatedLabel.Size = new System.Drawing.Size(47, 13);