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