1 write to _fileInfo
PresentationUI (1)
MS\Internal\Documents\Application\DocumentProperties.cs (1)
358
_fileInfo
= fileInfo;
8 references to _fileInfo
PresentationUI (8)
MS\Internal\Documents\Application\DocumentProperties.cs (8)
120
fileSize =
_fileInfo
.Length;
137
fileCreated =
_fileInfo
.CreationTime;
154
fileModified =
_fileInfo
.LastWriteTime;
171
fileAccessed =
_fileInfo
.LastAccessTime;
300
if (
_fileInfo
!= null)
309
_fileInfo
.Refresh();
390
return ((
_fileInfo
!= null) && (
_fileInfo
.Exists));