Implemented interface member:
property
ViewController
Microsoft.Maui.IPlatformViewHandler.ViewController
1 write to ViewController
Microsoft.Maui (1)
Handlers\Page\PageHandler.iOS.cs (1)
13 ViewController = new PageViewController(VirtualView, MauiContext);
3 references to ViewController
Microsoft.Maui (3)
Handlers\Page\PageHandler.iOS.cs (3)
12 if (ViewController == null) 15 if (ViewController is PageViewController pc && pc.CurrentPlatformView is ContentView pv) 18 if (ViewController.View is ContentView cv)