1 implementation of Handlers
Microsoft.Maui (1)
MauiContext.cs (1)
39
public IMauiHandlersFactory
Handlers
=> _handlers.Value;
3 references to Handlers
Microsoft.Maui (3)
Platform\ElementExtensions.cs (3)
39
var handlerType = mauiContext.
Handlers
.GetHandlerType(viewType);
81
handler = context.
Handlers
.GetHandler(viewType);
149
handler = context.
Handlers
.GetHandler(element.GetType());