1 implementation of ICheckBoxHandler
Microsoft.Maui (1)
Handlers\CheckBox\CheckBoxHandler.cs (1)
20 public partial class CheckBoxHandler : ICheckBoxHandler
10 references to ICheckBoxHandler
Microsoft.Maui (8)
Handlers\CheckBox\CheckBoxHandler.cs (6)
22 public static IPropertyMapper<ICheckBox, ICheckBoxHandler> Mapper = new PropertyMapper<ICheckBox, ICheckBoxHandler>(ViewHandler.ViewMapper) 50 ICheckBox ICheckBoxHandler.VirtualView => VirtualView; 52 PlatformView ICheckBoxHandler.PlatformView => PlatformView; 68 public static partial void MapIsChecked(ICheckBoxHandler handler, ICheckBox check); 75 public static partial void MapForeground(ICheckBoxHandler handler, ICheckBox check);
Handlers\CheckBox\CheckBoxHandler.Standard.cs (2)
9 public static partial void MapIsChecked(ICheckBoxHandler handler, ICheckBox check) { } 11 public static partial void MapForeground(ICheckBoxHandler handler, ICheckBox check) { }
Microsoft.Maui.Controls (2)
CheckBox\CheckBox.Mapper.cs (2)
14 CheckBoxHandler.Mapper.ReplaceMapping<ICheckBox, ICheckBoxHandler>(nameof(Color), MapColor); 17 internal static void MapColor(ICheckBoxHandler handler, ICheckBox view)