7 references to OpenFileRequest
Microsoft.Maui.Essentials (7)
Launcher\Launcher.netstandard.watchos.cs (1)
14
Task<bool> PlatformOpenAsync(
OpenFileRequest
request) =>
Launcher\Launcher.shared.cs (6)
40
Task<bool> OpenAsync(
OpenFileRequest
request);
102
public static Task<bool> OpenAsync(
OpenFileRequest
request)
155
public Task<bool> OpenAsync(
OpenFileRequest
request)
216
/// Initializes a new instance of the <see cref="
OpenFileRequest
"/> class.
223
/// Initializes a new instance of the <see cref="
OpenFileRequest
"/> class with the given title and existing file.
235
/// Initializes a new instance of the <see cref="
OpenFileRequest
"/> class with the given title and existing file.