1 implementation of GetHandler
Microsoft.Maui (1)
Hosting\Internal\MauiHandlersFactory.cs (1)
22 public IElementHandler? GetHandler(Type type)
3 references to GetHandler
Microsoft.Maui (2)
Platform\ElementExtensions.cs (2)
81 handler = context.Handlers.GetHandler(viewType); 149 handler = context.Handlers.GetHandler(element.GetType());
Microsoft.Maui.Controls.Compatibility (1)
iOS\Platform.cs (1)
260 handler = Forms.MauiContext.Handlers.GetHandler(element.GetType()) as IViewHandler;