1 implementation of IPlatformAppActions
Microsoft.Maui.Essentials (1)
AppActions\AppActions.uwp.cs (1)
11
class AppActionsImplementation : IAppActions,
IPlatformAppActions
3 references to IPlatformAppActions
Microsoft.Maui.Essentials (3)
AppActions\AppActions.shared.cs (2)
132
static
IPlatformAppActions
AsPlatform(this IAppActions appActions)
134
if (appActions is not
IPlatformAppActions
platform)
Platform\Platform.shared.cs (1)
140
/// <inheritdoc cref="
IPlatformAppActions
.OnLaunched(UI.Xaml.LaunchActivatedEventArgs)"/>