1 instantiation of ActionSheetArguments
Microsoft.Maui.Controls (1)
Page\Page.cs (1)
294 var args = new ActionSheetArguments(title, cancel, destruction, buttons);
10 references to ActionSheetArguments
Microsoft.Maui.Controls (6)
Page\Page.cs (1)
294 var args = new ActionSheetArguments(title, cancel, destruction, buttons);
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)
iOS\Platform.cs (4)
481 void PresentActionSheet(ActionSheetArguments arguments) 510 static void PresentPopUp(UIWindow window, UIAlertController alert, ActionSheetArguments arguments = null) 694 MessagingCenter.Subscribe(this, Page.ActionSheetSignalName, (Page sender, ActionSheetArguments arguments) => 712 MessagingCenter.Unsubscribe<Page, ActionSheetArguments>(this, Page.ActionSheetSignalName);