8 references to GetPlatformWindow
Microsoft.Maui (4)
Handlers\Picker\PickerHandler.iOS.cs (1)
76 var platformWindow = MauiContext?.GetPlatformWindow();
Platform\ElementExtensions.cs (1)
170 element.Handler?.MauiContext?.GetPlatformWindow()?.GetWindow() ??
Platform\iOS\MauiSwipeView.cs (1)
1049 var window = Element?.Handler?.MauiContext?.GetPlatformWindow() ??
Platform\iOS\MauiWebViewUIDelegate.cs (1)
127 rootViewController = handler.MauiContext?.GetPlatformWindow()?.RootViewController;
Microsoft.Maui.Controls (4)
Platform\AlertManager\AlertManager.iOS.cs (2)
20 var platformWindow = window?.MauiContext.GetPlatformWindow(); 31 var platformWindow = mauiContext?.GetPlatformWindow();
Platform\ModalNavigationManager\ModalNavigationManager.iOS.cs (1)
79 GetPlatformWindow()?
TitleBar\TitleBar.iOS.cs (1)
14 if (Handler?.MauiContext?.GetPlatformWindow() is UIWindow platWindow