1 write to _filename
PresentationUI (1)
MS\Internal\Documents\Application\DocumentProperties.cs (1)
105_filename = Path.GetFileName(_uri.Value.LocalPath);
2 references to _filename
PresentationUI (2)
MS\Internal\Documents\Application\DocumentProperties.cs (2)
103if (_filename == null && _uri.Value != null) 107return _filename;