8 references to GetPlatformWindow
Microsoft.Maui (4)
Handlers\Picker\PickerHandler.iOS.cs (1)
88 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.Tizen.cs (3)
19 var nativeWindow = window?.MauiContext.GetPlatformWindow(); 30 var platformWindow = mauiContext?.GetPlatformWindow(); 177 var window = sender.Handler?.MauiContext?.GetPlatformWindow() ?? null;
Platform\ModalNavigationManager\ModalNavigationManager.Tizen.cs (1)
20 WindowMauiContext.GetPlatformWindow().SetBackButtonPressedHandler(OnBackButtonPressed);