1 write to _fileInfo
PresentationUI (1)
MS\Internal\Documents\Application\DocumentProperties.cs (1)
358_fileInfo = fileInfo;
8 references to _fileInfo
PresentationUI (8)
MS\Internal\Documents\Application\DocumentProperties.cs (8)
120fileSize = _fileInfo.Length; 137fileCreated = _fileInfo.CreationTime; 154fileModified = _fileInfo.LastWriteTime; 171fileAccessed = _fileInfo.LastAccessTime; 300if (_fileInfo != null) 309_fileInfo.Refresh(); 390return ((_fileInfo != null) && (_fileInfo.Exists));