2 instantiations of FlexibleAlertDialog
Microsoft.Maui.Controls.Compatibility (2)
Android\PopupManager.cs (2)
349
return new
FlexibleAlertDialog
(_appcompatBuilder.Create());
352
return new
FlexibleAlertDialog
(_legacyBuilder.Create());
4 references to FlexibleAlertDialog
Microsoft.Maui.Controls.Compatibility (4)
Android\PopupManager.cs (4)
108
var
dialog = builder.Create();
140
var
alert = new DialogBuilder(Activity).Create();
201
var
alertDialog = new DialogBuilder(Activity).Create();
345
public
FlexibleAlertDialog
Create()