1 write to _fileInfo
PresentationUI (1)
MS\Internal\Documents\Application\DocumentProperties.cs (1)
351_fileInfo = fileInfo;
8 references to _fileInfo
PresentationUI (8)
MS\Internal\Documents\Application\DocumentProperties.cs (8)
116fileSize = _fileInfo.Length; 133fileCreated = _fileInfo.CreationTime; 150fileModified = _fileInfo.LastWriteTime; 167fileAccessed = _fileInfo.LastAccessTime; 296if (_fileInfo != null) 305_fileInfo.Refresh(); 383return ((_fileInfo != null) && (_fileInfo.Exists));