1 instantiation of AlertRequestHelper
Microsoft.Maui.Controls (1)
Platform\AlertManager\AlertManager.iOS.cs (1)
25
Subscriptions.Add(new
AlertRequestHelper
(window, platformWindow));
3 references to AlertRequestHelper
Microsoft.Maui.Controls (3)
Platform\AlertManager\AlertManager.iOS.cs (3)
16
readonly List<
AlertRequestHelper
> Subscriptions = new List<
AlertRequestHelper
>();
37
foreach (
AlertRequestHelper
alertRequestHelper in toRemove)