1 write to Registered
Microsoft.Maui.Controls (1)
Registrar.cs (1)
297 Registered = new Registrar<IRegisterable>();
5 references to Registered
Microsoft.Maui.Controls (2)
Registrar.cs (2)
337 Registered.Register(attribute.HandlerType, attribute.TargetType, attribute.SupportedVisuals, attribute.Priority); 495 Registered.Register(attribute.HandlerType, attribute.TargetType, attribute.SupportedVisuals, attribute.Priority);
Microsoft.Maui.Controls.Compatibility (3)
MauiHandlersCollectionExtensions.cs (3)
14 Internals.Registrar.Registered.Register(controlType, rendererType); 29 Internals.Registrar.Registered.Register(controlType, rendererType); 45 Internals.Registrar.Registered.Register(typeof(TControlType), typeof(TRenderer));