1 write to HandlerType
Microsoft.Maui.Controls (1)
HandlerAttribute.cs (1)
20
HandlerType
= handler;
3 references to HandlerType
Microsoft.Maui.Controls (3)
Registrar.cs (3)
337
Registered.Register(attribute.
HandlerType
, attribute.TargetType, attribute.SupportedVisuals, attribute.Priority);
495
Registered.Register(attribute.
HandlerType
, attribute.TargetType, attribute.SupportedVisuals, attribute.Priority);
499
viewRegistered?.Invoke((attribute.TargetType, attribute.
HandlerType
));