1 write to _groupName
Microsoft.Maui.Controls (1)
RadioButton\RadioButtonGroupController.cs (1)
152
_groupName
= groupName;
11 references to _groupName
Microsoft.Maui.Controls (11)
RadioButton\RadioButtonGroupController.cs (11)
12
public string GroupName { get =>
_groupName
; set => SetGroupName(value); }
25
if (!string.IsNullOrEmpty(
_groupName
))
27
UpdateGroupNames(_layout,
_groupName
);
47
if (selected.GroupName !=
_groupName
|| !MatchesScope(args))
57
if (args.OldName !=
_groupName
|| !MatchesScope(args))
67
if (radioButton.GroupName !=
_groupName
|| !MatchesScope(args))
77
if (string.IsNullOrEmpty(
_groupName
))
100
UpdateGroupName(radioButton,
_groupName
);
144
new RadioButtonGroupValueChanged(
_groupName
, RadioButtonGroup.GetVisualRoot(_layout), radioButtonValue));
151
var oldName =
_groupName
;
153
UpdateGroupNames(_layout,
_groupName
, oldName);