3 references to RadioButtonHandler
Microsoft.Maui.Controls (3)
Hosting\AppHostBuilderExtensions.cs (1)
106
handlersCollection.AddHandler<RadioButton,
RadioButtonHandler
>();
RadioButton\RadioButton.Mapper.cs (1)
14
RadioButtonHandler
.Mapper.ReplaceMapping<RadioButton, IRadioButtonHandler>(nameof(IRadioButton.Content), MapContent);
RadioButton\RadioButton.Standard.cs (1)
6
public static void MapContent(
RadioButtonHandler
handler, RadioButton radioButton)