1 write to Destruction
Microsoft.Maui.Controls (1)
ActionSheetArguments.cs (1)
18 Destruction = destruction;
7 references to Destruction
Microsoft.Maui.Controls (4)
ActionSheetArguments.cs (1)
25 /// Gets titles of any buttons on the action sheet that aren't <see cref="Cancel" /> or <see cref="Destruction" />. Can
Platform\AlertManager\AlertManager.iOS.cs (3)
161 if (arguments.Destruction != null) 163 alert.AddAction(UIAlertAction.Create(arguments.Destruction, UIAlertActionStyle.Destructive, _ => arguments.SetResult(arguments.Destruction)));
Microsoft.Maui.Controls.Compatibility (3)
iOS\Platform.cs (3)
492 if (arguments.Destruction != null) 494 alert.AddAction(CreateActionWithWindowHide(arguments.Destruction, UIAlertActionStyle.Destructive, () => arguments.SetResult(arguments.Destruction), window));