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)
97if (_filename is null && _uri is not null) 102return _filename;