1 implementation of OnLaunched
Microsoft.Maui.Essentials (1)
AppActions\AppActions.uwp.cs (1)
48 public async Task OnLaunched(LaunchActivatedEventArgs e)
2 references to OnLaunched
Microsoft.Maui.Essentials (2)
AppActions\AppActions.shared.cs (1)
148 appActions.AsPlatform().OnLaunched(e);
Platform\Platform.shared.cs (1)
140 /// <inheritdoc cref="IPlatformAppActions.OnLaunched(UI.Xaml.LaunchActivatedEventArgs)"/>