1 implementation of IsChecked
Microsoft.Maui.Controls (1)
RadioButton\RadioButton.cs (1)
667 bool IRadioButton.IsChecked
2 references to IsChecked
Microsoft.Maui (1)
Handlers\RadioButton\RadioButtonHandler.cs (1)
22 [nameof(IRadioButton.IsChecked)] = MapIsChecked,
Microsoft.Maui.Controls (1)
ViewExtensions.cs (1)
411 text = rb.IsChecked.ToString();