8 references to IsCheckedProperty
Microsoft.Maui.Controls (8)
RadioButton\RadioButton.cs (6)
129 get { return (bool)GetValue(IsCheckedProperty); } 130 set { SetValue(IsCheckedProperty, value); } 368 SetValue(IsCheckedProperty, true, specificity: SetterSpecificity.FromHandler); 431 SetValue(IsCheckedProperty, false, specificity: SetterSpecificity.FromHandler); 441 SetValue(IsCheckedProperty, true, specificity: SetterSpecificity.FromHandler); 664 set => SetValue(IsCheckedProperty, value, SetterSpecificity.FromHandler);
RadioButton\RadioButtonGroup.cs (1)
82 rb.SetValueFromRenderer(RadioButton.IsCheckedProperty, false);
RadioButton\RadioButtonGroupController.cs (1)
109 radioButton.SetValue(RadioButton.IsCheckedProperty, true, specificity: SetterSpecificity.FromHandler);