3 types derived from HandlerAttribute
Microsoft.Maui.Controls.Compatibility (3)
ExportRendererAttribute.cs (3)
7 public sealed class ExportRendererAttribute : HandlerAttribute 19 public sealed class ExportCellAttribute : HandlerAttribute 27 public sealed class ExportImageSourceHandlerAttribute : HandlerAttribute
4 references to HandlerAttribute
Microsoft.Maui.Controls (4)
Registrar.cs (4)
330 public static void RegisterRenderers(HandlerAttribute[] attributes) 335 var attribute = attributes[i]; 486 var attribute = a as HandlerAttribute;