2 references to GroupName
PresentationFramework (2)
src\Framework\System\Windows\Controls\RadioButton.cs (2)
138
string groupName =
GroupName
;
178
if (rb != null && rb != this && string.IsNullOrEmpty(rb.
GroupName
) && (rb.IsChecked == true))