1 write to _fileInfo
PresentationUI (1)
MS\Internal\Documents\Application\DocumentProperties.cs (1)
350_fileInfo = fileInfo;
8 references to _fileInfo
PresentationUI (8)
MS\Internal\Documents\Application\DocumentProperties.cs (8)
115fileSize = _fileInfo.Length; 132fileCreated = _fileInfo.CreationTime; 149fileModified = _fileInfo.LastWriteTime; 166fileAccessed = _fileInfo.LastAccessTime; 295if (_fileInfo != null) 304_fileInfo.Refresh(); 382return ((_fileInfo != null) && (_fileInfo.Exists));