1 instantiation of ReadOnlyFile
Microsoft.Maui.Essentials (1)
Launcher\Launcher.shared.cs (1)
243
File = new
ReadOnlyFile
(file);
5 references to ReadOnlyFile
Microsoft.Maui.Essentials (5)
FileSystem\FileSystem.shared.cs (3)
291
/// Initializes a new instance of the <see cref="
ReadOnlyFile
"/> class from a file path.
300
/// Initializes a new instance of the <see cref="
ReadOnlyFile
"/> class from a file path, explicitly specifying the content type.
310
/// Initializes a new instance of the <see cref="
ReadOnlyFile
"/> class from an existing instance.
Launcher\Launcher.shared.cs (2)
228
public OpenFileRequest(string title,
ReadOnlyFile
file)
255
public
ReadOnlyFile
? File { get; set; }