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)
116
fileSize =
_fileInfo
.Length;
133
fileCreated =
_fileInfo
.CreationTime;
150
fileModified =
_fileInfo
.LastWriteTime;
167
fileAccessed =
_fileInfo
.LastAccessTime;
296
if (
_fileInfo
!= null)
305
_fileInfo
.Refresh();
383
return ((
_fileInfo
!= null) && (
_fileInfo
.Exists));