1 write to IsChecked
Microsoft.Maui.Controls (1)
ViewExtensions.cs (1)
445
rb.
IsChecked
= rbResult;
10 references to IsChecked
Microsoft.Maui.Controls (10)
RadioButton\RadioButton.cs (8)
63
/// <summary>Bindable property for <see cref="
IsChecked
"/>.</summary>
65
nameof(
IsChecked
), typeof(bool), typeof(RadioButton), false,
346
if (
IsChecked
)
381
if (!
IsChecked
|| string.IsNullOrEmpty(GroupName))
425
if (!
IsChecked
|| selected == this || string.IsNullOrEmpty(GroupName) || GroupName != selected.GroupName || (Value is not null && object.Equals(Value, args.Value)) || !MatchesScope(args))
435
if (
IsChecked
|| string.IsNullOrEmpty(GroupName) || GroupName != args.GroupName || !object.Equals(Value, args.Value) || !MatchesScope(args))
671
get =>
IsChecked
;
677
return $"IsChecked = {
IsChecked
}, Value = {Value}, {base.GetDebuggerDisplay()}";
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
)