1 write to IsChecked
Microsoft.Maui.Controls (1)
ViewExtensions.cs (1)
445
rb.
IsChecked
= rbResult;
9 references to IsChecked
Microsoft.Maui.Controls (9)
RadioButton\RadioButton.cs (7)
61
/// <summary>Bindable property for <see cref="
IsChecked
"/>.</summary>
63
nameof(
IsChecked
), typeof(bool), typeof(RadioButton), false,
344
if (
IsChecked
)
379
if (!
IsChecked
|| string.IsNullOrEmpty(GroupName))
423
if (!
IsChecked
|| selected == this || string.IsNullOrEmpty(GroupName) || GroupName != selected.GroupName || (Value is not null && object.Equals(Value, args.Value)) || !MatchesScope(args))
433
if (
IsChecked
|| string.IsNullOrEmpty(GroupName) || GroupName != args.GroupName || !object.Equals(Value, args.Value) || !MatchesScope(args))
669
get =>
IsChecked
;
RadioButton\RadioButtonGroup.cs (1)
81
if (rb != null && rb != radioButton && string.IsNullOrEmpty(rb.GroupName) && (rb.
IsChecked
== true))
RadioButton\RadioButtonGroupController.cs (1)
102
if (radioButton.
IsChecked
)