2 references to RadioButton
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8122bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.RadioButton(); };
System\Windows\Markup\KnownTypes.cs (1)
1488case KnownElements.RadioButton: o = new System.Windows.Controls.RadioButton(); break;