1 write to _appcompatAlertDialog
Microsoft.Maui.Controls.Compatibility (1)
Android\PopupManager.cs (1)
381
_appcompatAlertDialog
= alertDialog;
11 references to _appcompatAlertDialog
Microsoft.Maui.Controls.Compatibility (11)
Android\PopupManager.cs (11)
389
_appcompatAlertDialog
.SetTitle(title);
401
_appcompatAlertDialog
.SetMessage(message);
413
_appcompatAlertDialog
.SetButton(whichButton, text, handler);
425
return
_appcompatAlertDialog
.GetButton(whichButton);
437
return
_appcompatAlertDialog
.ListView;
449
_appcompatAlertDialog
.CancelEvent += cancel;
461
_appcompatAlertDialog
.SetCanceledOnTouchOutside(canceledOnTouchOutSide);
473
_appcompatAlertDialog
.SetView(view);
485
return
_appcompatAlertDialog
.FindViewById(id);
493
public AWindow Window => _useAppCompat ?
_appcompatAlertDialog
.Window : _legacyAlertDialog.Window;
499
_appcompatAlertDialog
.Show();