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