3 references to CheckBoxHandler
Microsoft.Maui (1)
Handlers\CheckBox\CheckBoxHandler.cs (1)
31 public static CommandMapper<ICheckBox, CheckBoxHandler> CommandMapper = new(ViewCommandMapper)
Microsoft.Maui.Controls (2)
CheckBox\CheckBox.Mapper.cs (1)
14 CheckBoxHandler.Mapper.ReplaceMapping<ICheckBox, ICheckBoxHandler>(nameof(Color), MapColor);
Hosting\AppHostBuilderExtensions.cs (1)
70 handlersCollection.AddHandler<CheckBox, CheckBoxHandler>();