1 implementation of GetHandler
Microsoft.Maui (1)
Hosting\Internal\MauiHandlersFactory.cs (1)
22
public IElementHandler?
GetHandler
(Type type)
2 references to GetHandler
Microsoft.Maui (2)
Platform\ElementExtensions.cs (2)
81
handler = context.Handlers.
GetHandler
(viewType);
149
handler = context.Handlers.
GetHandler
(element.GetType());