1 instantiation of PageViewController
Microsoft.Maui (1)
Handlers\Page\PageHandler.iOS.cs (1)
13
ViewController = new
PageViewController
(VirtualView, MauiContext);
1 reference to PageViewController
Microsoft.Maui (1)
Handlers\Page\PageHandler.iOS.cs (1)
15
if (ViewController is
PageViewController
pc && pc.CurrentPlatformView is ContentView pv)