1 write to _filename
PresentationUI (1)
MS\Internal\Documents\Application\DocumentProperties.cs (1)
99
_filename
= Path.GetFileName(_uri.LocalPath);
2 references to _filename
PresentationUI (2)
MS\Internal\Documents\Application\DocumentProperties.cs (2)
97
if (
_filename
is null && _uri is not null)
102
return
_filename
;