1 write to PlatformView
Microsoft.Maui.Controls (1)
Platform\AlertManager\AlertManager.iOS.cs (1)
53 PlatformView = platformView;
13 references to PlatformView
Microsoft.Maui.Controls (13)
Platform\AlertManager\AlertManager.iOS.cs (13)
22 if (Subscriptions.Any(s => s.PlatformView == platformWindow)) 35 var toRemove = Subscriptions.Where(s => s.PlatformView == platformWindow).ToList(); 56 MessagingCenter.Subscribe<Page, bool>(PlatformView, Page.BusySetSignalName, OnPageBusy); 57 MessagingCenter.Subscribe<Page, AlertArguments>(PlatformView, Page.AlertSignalName, OnAlertRequested); 58 MessagingCenter.Subscribe<Page, PromptArguments>(PlatformView, Page.PromptSignalName, OnPromptRequested); 59 MessagingCenter.Subscribe<Page, ActionSheetArguments>(PlatformView, Page.ActionSheetSignalName, OnActionSheetRequested); 70 MessagingCenter.Unsubscribe<Page, bool>(PlatformView, Page.BusySetSignalName); 71 MessagingCenter.Unsubscribe<Page, AlertArguments>(PlatformView, Page.AlertSignalName); 72 MessagingCenter.Unsubscribe<Page, PromptArguments>(PlatformView, Page.PromptSignalName); 73 MessagingCenter.Unsubscribe<Page, ActionSheetArguments>(PlatformView, Page.ActionSheetSignalName); 127 PresentPopUp(sender, VirtualView, PlatformView, alert); 147 PresentPopUp(sender, VirtualView, PlatformView, alert); 176 PresentPopUp(sender, VirtualView, PlatformView, alert, arguments);