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)
115
fileSize =
_fileInfo
.Length;
132
fileCreated =
_fileInfo
.CreationTime;
149
fileModified =
_fileInfo
.LastWriteTime;
166
fileAccessed =
_fileInfo
.LastAccessTime;
295
if (
_fileInfo
!= null)
304
_fileInfo
.Refresh();
382
return ((
_fileInfo
!= null) && (
_fileInfo
.Exists));