1 instantiation of WindowViewController
Microsoft.Maui (1)
Handlers\Window\WindowHandler.iOS.cs (1)
59
handler.PlatformView.RootViewController = new
WindowViewController
(nativeContent, window, handler.MauiContext);
5 references to WindowViewController
Microsoft.Maui (2)
Handlers\Window\WindowHandler.iOS.cs (1)
42
if (handler.PlatformView.RootViewController is
WindowViewController
controller && handler?.MauiContext is IMauiContext mauiContext)
Platform\iOS\WindowViewController.cs (1)
27
/// Instantiate a new <see cref="
WindowViewController
"/> object.
Microsoft.Maui.Controls (3)
Compatibility\Handlers\iOS\MauiNavigationBar.cs (2)
62
var
controller = Window?.RootViewController as
WindowViewController
;
TitleBar\TitleBar.iOS.cs (1)
15
&& platWindow.RootViewController is
WindowViewController
windowViewController)