7 references to Current
Microsoft.Maui.Essentials (7)
AppActions\AppActions.shared.cs (6)
81
=>
Current
.IsSupported;
88
=>
Current
.GetAsync();
96
=>
Current
.SetAsync(actions);
104
=>
Current
.SetAsync(actions);
111
add =>
Current
.AppActionActivated += value;
112
remove =>
Current
.AppActionActivated -= value;
Platform\Platform.shared.cs (1)
113
AppActions.
Current
.PerformActionForShortcutItem(application, shortcutItem, completionHandler);