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