3 references to _currentlyRegisteredGroupName
PresentationFramework (3)
System\Windows\Controls\RadioButton.cs (3)
53
string currentlyRegisteredGroupName =
_currentlyRegisteredGroupName
.GetValue(radioButton);
89
_currentlyRegisteredGroupName
.SetValue(radioButton, groupName);
111
_currentlyRegisteredGroupName
.SetValue(radioButton, null);