1 write to Result
Microsoft.Maui.Controls (1)
ActionSheetArguments.cs (1)
20
Result
= new TaskCompletionSource<string>();
2 references to Result
Microsoft.Maui.Controls (2)
ActionSheetArguments.cs (1)
53
Result
.TrySetResult(result);
Page\Page.cs (1)
305
return args.
Result
.Task;