1 write to Cancel
Microsoft.Maui.Controls (1)
ActionSheetArguments.cs (1)
17
Cancel
= cancel;
7 references to Cancel
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)
156
if (arguments.
Cancel
!= null || UIDevice.CurrentDevice.UserInterfaceIdiom == UIUserInterfaceIdiom.Pad)
158
alert.AddAction(UIAlertAction.Create(arguments.
Cancel
?? "", UIAlertActionStyle.Cancel, _ => arguments.SetResult(arguments.
Cancel
)));
Microsoft.Maui.Controls.Compatibility (3)
iOS\Platform.cs (3)
487
if (arguments.
Cancel
!= null || UIDevice.CurrentDevice.UserInterfaceIdiom == UIUserInterfaceIdiom.Pad)
489
alert.AddAction(CreateActionWithWindowHide(arguments.
Cancel
?? "", UIAlertActionStyle.Cancel, () => arguments.SetResult(arguments.
Cancel
), window));