2 writes to currentPlatformView
Microsoft.Maui (2)
Platform\iOS\ContainerViewController.cs (2)
50 currentPlatformView = null; 71 currentPlatformView = _pendingLoadedView ?? CreatePlatformView(view);
5 references to currentPlatformView
Microsoft.Maui (5)
Platform\iOS\ContainerViewController.cs (5)
28 => _pendingLoadedView ?? currentPlatformView; 49 currentPlatformView?.RemoveFromSuperview(); 74 View!.AddSubview(currentPlatformView); 91 if (currentPlatformView == null) 93 currentPlatformView.Frame = View!.Bounds;