1 write to _fileInfo
PresentationUI (1)
MS\Internal\Documents\Application\DocumentProperties.cs (1)
359_fileInfo = fileInfo;
8 references to _fileInfo
PresentationUI (8)
MS\Internal\Documents\Application\DocumentProperties.cs (8)
121fileSize = _fileInfo.Length; 138fileCreated = _fileInfo.CreationTime; 155fileModified = _fileInfo.LastWriteTime; 172fileAccessed = _fileInfo.LastAccessTime; 301if (_fileInfo != null) 310_fileInfo.Refresh(); 391return ((_fileInfo != null) && (_fileInfo.Exists));