8 references to IsCheckedProperty
Microsoft.Maui.Controls (8)
RadioButton\RadioButton.cs (6)
126 get { return (bool)GetValue(IsCheckedProperty); } 127 set { SetValue(IsCheckedProperty, value); } 365 SetValue(IsCheckedProperty, true, specificity: SetterSpecificity.FromHandler); 428 SetValue(IsCheckedProperty, false, specificity: SetterSpecificity.FromHandler); 438 SetValue(IsCheckedProperty, true, specificity: SetterSpecificity.FromHandler); 670 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);