3 references to ToPlatform
Microsoft.Maui (3)
Handlers\ElementHandlerExtensions.cs (1)
22 (elementHandler.VirtualView?.ToPlatform() as PlatformView) ??
Platform\ElementExtensions.cs (2)
107 return replaceableView.ReplacedView.ToPlatform(); 134 return view.ToPlatform() ?? throw new InvalidOperationException($"Unable to convert {view} to {typeof(PlatformView)}");