1 write to _lastSavedLabel
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
82
this.
_lastSavedLabel
= new System.Windows.Forms.Label();
7 references to _lastSavedLabel
PresentationUI (7)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
78
SetTextProperty(
_lastSavedLabel
, SR.DocumentPropertiesDialogLastSavedByLabel);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (6)
545
this._documentTable.Controls.Add(this.
_lastSavedLabel
, 0, 0);
627
this.
_lastSavedLabel
.AutoSize = true;
628
this.
_lastSavedLabel
.Location = new System.Drawing.Point(3, 3);
629
this.
_lastSavedLabel
.Margin = new System.Windows.Forms.Padding(3);
630
this.
_lastSavedLabel
.Name = "_lastSavedLabel";
631
this.
_lastSavedLabel
.Size = new System.Drawing.Size(79, 13);