1 instantiation of ActionSheetArguments
Microsoft.Maui.Controls (1)
10 references to ActionSheetArguments
Microsoft.Maui.Controls (6)
Platform\AlertManager\AlertManager.iOS.cs (5)
59 MessagingCenter.Subscribe<Page, ActionSheetArguments>(PlatformView, Page.ActionSheetSignalName, OnActionSheetRequested);
73 MessagingCenter.Unsubscribe<Page, ActionSheetArguments>(PlatformView, Page.ActionSheetSignalName);
101 void OnActionSheetRequested(Page sender, ActionSheetArguments arguments)
151 void PresentActionSheet(Page sender, ActionSheetArguments arguments)
179 static void PresentPopUp(Page sender, Window virtualView, UIWindow platformView, UIAlertController alert, ActionSheetArguments arguments = null)
Microsoft.Maui.Controls.Compatibility (4)