1 implementation of Handlers
Microsoft.Maui (1)
MauiContext.cs (1)
39 public IMauiHandlersFactory Handlers => _handlers.Value;
4 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());
Microsoft.Maui.Controls.Compatibility (1)
iOS\Platform.cs (1)
260 handler = Forms.MauiContext.Handlers.GetHandler(element.GetType()) as IViewHandler;