6 references to SelectedValueProperty
Microsoft.Maui.Controls (6)
RadioButton\RadioButtonGroup.cs (2)
47 return bindableObject.GetValue(SelectedValueProperty); 52 bindable.SetValue(SelectedValueProperty, selectedValue);
RadioButton\RadioButtonGroupController.cs (4)
52 _layout.SetValue(RadioButtonGroup.SelectedValueProperty, selected.Value); 62 _layout.ClearValue(RadioButtonGroup.SelectedValueProperty); 72 _layout.SetValue(RadioButtonGroup.SelectedValueProperty, radioButton.Value); 104 _layout.SetValue(RadioButtonGroup.SelectedValueProperty, radioButton.Value);