1 write to _legacyAlertDialog
Microsoft.Maui.Controls.Compatibility (1)
Android\PopupManager.cs (1)
376 _legacyAlertDialog = alertDialog;
11 references to _legacyAlertDialog
Microsoft.Maui.Controls.Compatibility (11)
Android\PopupManager.cs (11)
393 _legacyAlertDialog.SetTitle(title); 405 _legacyAlertDialog.SetMessage(message); 417 _legacyAlertDialog.SetButton(whichButton, text, handler); 429 return _legacyAlertDialog.GetButton(whichButton); 441 return _legacyAlertDialog.ListView; 453 _legacyAlertDialog.CancelEvent += cancel; 465 _legacyAlertDialog.SetCanceledOnTouchOutside(canceledOnTouchOutSide); 477 _legacyAlertDialog.SetView(view); 489 return _legacyAlertDialog.FindViewById(id); 493 public AWindow Window => _useAppCompat ? _appcompatAlertDialog.Window : _legacyAlertDialog.Window; 503 _legacyAlertDialog.Show();