2 references to SetResult
Microsoft.Maui.Controls (2)
Platform\AlertManager\AlertManager.iOS.cs (2)
144
alert.AddAction(UIAlertAction.Create(arguments.Cancel, UIAlertActionStyle.Cancel, _ => arguments.
SetResult
(null)));
145
alert.AddAction(UIAlertAction.Create(arguments.Accept, UIAlertActionStyle.Default, _ => arguments.
SetResult
(alert.TextFields[0].Text)));