3 references to _currentlyRegisteredGroupName
PresentationFramework (3)
src\Framework\System\Windows\Controls\RadioButton.cs (3)
58
string currentlyRegisteredGroupName =
_currentlyRegisteredGroupName
.GetValue(radioButton);
94
_currentlyRegisteredGroupName
.SetValue(radioButton, groupName);
116
_currentlyRegisteredGroupName
.SetValue(radioButton, null);