1 implementation of GetHandlerType
Microsoft.Maui (1)
Hosting\Internal\MauiHandlersFactory.cs (1)
29
public Type?
GetHandlerType
(Type iview)
1 reference to GetHandlerType
Microsoft.Maui (1)
Platform\ElementExtensions.cs (1)
39
var handlerType = mauiContext.Handlers.
GetHandlerType
(viewType);