2 writes to SelectedValue
Microsoft.Maui.Controls (2)
RadioButton\RadioButtonGroup.cs (2)
42 propertyChanged: (b, o, n) => { GetRadioButtonGroupController(b).SelectedValue = n; }); 98 newController.SelectedValue = GetSelectedValue(bindableObject);
1 reference to SelectedValue
Microsoft.Maui.Controls (1)
RadioButton\RadioButtonGroupController.cs (1)
107 if (object.Equals(radioButton.Value, this.SelectedValue))