1 write to _fileAccessedDate
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
87this._fileAccessedDate = new System.Windows.Forms.TextBox();
8 references to _fileAccessedDate
PresentationUI (8)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
121SetTextProperty(_fileAccessedDate, DocumentProperties.Current.FileAccessed); //SecurityCritical
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (7)
661this._fileTable.Controls.Add(this._fileAccessedDate, 1, 2); 684this._fileAccessedDate.BorderStyle = System.Windows.Forms.BorderStyle.None; 685this._fileAccessedDate.Location = new System.Drawing.Point(66, 41); 686this._fileAccessedDate.Name = "_fileAccessedDate"; 687this._fileAccessedDate.ReadOnly = true; 688this._fileAccessedDate.Size = new System.Drawing.Size(282, 13); 689this._fileAccessedDate.TabStop = false;