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