1 write to _lastSaved
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
83this._lastSaved = new System.Windows.Forms.TextBox();
8 references to _lastSaved
PresentationUI (8)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
112SetTextProperty(_lastSaved, DocumentProperties.Current.CoreProperties.LastModifiedBy);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (7)
546this._documentTable.Controls.Add(this._lastSaved, 1, 0); 635this._lastSaved.BorderStyle = System.Windows.Forms.BorderStyle.None; 636this._lastSaved.Location = new System.Drawing.Point(88, 3); 637this._lastSaved.Name = "_lastSaved"; 638this._lastSaved.ReadOnly = true; 639this._lastSaved.Size = new System.Drawing.Size(282, 13); 640this._lastSaved.TabStop = false;