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