6 references to PlatformGetFullAppPackageFilePath
Microsoft.Maui (1)
ImageSources\iOS\ImageSourceExtensions.cs (1)
67
var bundle = FileSystemUtils.
PlatformGetFullAppPackageFilePath
(filename);
Microsoft.Maui.Essentials (5)
FileSystem\FileSystem.uwp.cs (2)
73
var file = FileSystemUtils.
PlatformGetFullAppPackageFilePath
(filename);
80
var file = FileSystemUtils.
PlatformGetFullAppPackageFilePath
(filename);
FileSystem\FileSystemUtils.uwp.cs (2)
13
var file =
PlatformGetFullAppPackageFilePath
(filename);
28
var path =
PlatformGetFullAppPackageFilePath
(filename);
Permissions\Permissions.uwp.cs (1)
26
var docPath = FileSystemUtils.
PlatformGetFullAppPackageFilePath
(PlatformUtils.AppManifestFilename);