2 implementations of IFilePicker
Microsoft.Maui.Essentials (2)
FilePicker\FilePicker.netstandard.watchos.tvos.cs (1)
7 partial class FilePickerImplementation : IFilePicker
FilePicker\FilePicker.shared.cs (1)
95 partial class FilePickerImplementation : IFilePicker
5 references to IFilePicker
Microsoft.Maui.Essentials (5)
FilePicker\FilePicker.shared.cs (5)
83 static IFilePicker? defaultImplementation; 88 public static IFilePicker Default => 91 internal static void SetDefault(IFilePicker? implementation) => 105 /// Represents the file types that are allowed to be picked by the user when using <see cref="IFilePicker"/>. 174 /// Represents file picking options that can be used to customize the working of <see cref="IFilePicker"/>.