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